Class CloudProviderProfileInfraStorageProfile

java.lang.Object
com.azure.resourcemanager.hybridcontainerservice.models.CloudProviderProfileInfraStorageProfile

public final class CloudProviderProfileInfraStorageProfile extends Object
InfraStorageProfile - List of infra storage profiles for the provisioned cluster.
  • Constructor Details

    • CloudProviderProfileInfraStorageProfile

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

    • storageSpaceIds

      public List<String> storageSpaceIds()
      Get the storageSpaceIds property: Reference to azure resource corresponding to the new HybridAKSStorage object e.g. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridContainerService/storageSpaces/{storageSpaceName}.
      Returns:
      the storageSpaceIds value.
    • withStorageSpaceIds

      public CloudProviderProfileInfraStorageProfile withStorageSpaceIds(List<String> storageSpaceIds)
      Set the storageSpaceIds property: Reference to azure resource corresponding to the new HybridAKSStorage object e.g. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridContainerService/storageSpaces/{storageSpaceName}.
      Parameters:
      storageSpaceIds - the storageSpaceIds value to set.
      Returns:
      the CloudProviderProfileInfraStorageProfile object itself.
    • validate

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