Class AzureDevOpsConnectorProperties

java.lang.Object
com.azure.resourcemanager.securitydevops.models.AzureDevOpsConnectorProperties

public final class AzureDevOpsConnectorProperties extends Object
The AzureDevOpsConnectorProperties model.
  • Constructor Details

    • AzureDevOpsConnectorProperties

      public AzureDevOpsConnectorProperties()
      Creates an instance of AzureDevOpsConnectorProperties class.
  • Method Details

    • provisioningState

      public ProvisioningState provisioningState()
      Get the provisioningState property: The provisioningState property.
      Returns:
      the provisioningState value.
    • withProvisioningState

      public AzureDevOpsConnectorProperties withProvisioningState(ProvisioningState provisioningState)
      Set the provisioningState property: The provisioningState property.
      Parameters:
      provisioningState - the provisioningState value to set.
      Returns:
      the AzureDevOpsConnectorProperties object itself.
    • authorization

      public AuthorizationInfo authorization()
      Get the authorization property: The authorization property.
      Returns:
      the authorization value.
    • withAuthorization

      public AzureDevOpsConnectorProperties withAuthorization(AuthorizationInfo authorization)
      Set the authorization property: The authorization property.
      Parameters:
      authorization - the authorization value to set.
      Returns:
      the AzureDevOpsConnectorProperties object itself.
    • orgs

      public List<AzureDevOpsOrgMetadata> orgs()
      Get the orgs property: Gets or sets org onboarding information.
      Returns:
      the orgs value.
    • withOrgs

      Set the orgs property: Gets or sets org onboarding information.
      Parameters:
      orgs - the orgs value to set.
      Returns:
      the AzureDevOpsConnectorProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.