Class CloudManifestFileEnvironmentEndpoints

java.lang.Object
com.azure.resourcemanager.azurestack.fluent.models.CloudManifestFileEnvironmentEndpoints

public final class CloudManifestFileEnvironmentEndpoints extends Object
Cloud specific environment endpoints for AzureStack deployment.
  • Constructor Details

    • CloudManifestFileEnvironmentEndpoints

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

    • customCloudArmEndpoint

      public String customCloudArmEndpoint()
      Get the customCloudArmEndpoint property: ARM endpoint.
      Returns:
      the customCloudArmEndpoint value.
    • withCustomCloudArmEndpoint

      public CloudManifestFileEnvironmentEndpoints withCustomCloudArmEndpoint(String customCloudArmEndpoint)
      Set the customCloudArmEndpoint property: ARM endpoint.
      Parameters:
      customCloudArmEndpoint - the customCloudArmEndpoint value to set.
      Returns:
      the CloudManifestFileEnvironmentEndpoints object itself.
    • externalDsmsEndpoint

      public String externalDsmsEndpoint()
      Get the externalDsmsEndpoint property: Dsms endpoint.
      Returns:
      the externalDsmsEndpoint value.
    • withExternalDsmsEndpoint

      public CloudManifestFileEnvironmentEndpoints withExternalDsmsEndpoint(String externalDsmsEndpoint)
      Set the externalDsmsEndpoint property: Dsms endpoint.
      Parameters:
      externalDsmsEndpoint - the externalDsmsEndpoint value to set.
      Returns:
      the CloudManifestFileEnvironmentEndpoints object itself.
    • validate

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