java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.hybridcontainerservice.fluent.models.StorageSpacesInner

public final class StorageSpacesInner extends com.azure.core.management.Resource
The storageSpaces resource definition.
  • Constructor Details

    • StorageSpacesInner

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

    • properties

      public StorageSpacesProperties properties()
      Get the properties property: HybridAKSStorageSpec defines the desired state of HybridAKSStorage.
      Returns:
      the properties value.
    • withProperties

      public StorageSpacesInner withProperties(StorageSpacesProperties properties)
      Set the properties property: HybridAKSStorageSpec defines the desired state of HybridAKSStorage.
      Parameters:
      properties - the properties value to set.
      Returns:
      the StorageSpacesInner object itself.
    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Metadata pertaining to creation and last modification of the resource.
      Returns:
      the systemData value.
    • extendedLocation

      public StorageSpacesExtendedLocation extendedLocation()
      Get the extendedLocation property: The extendedLocation property.
      Returns:
      the extendedLocation value.
    • withExtendedLocation

      public StorageSpacesInner withExtendedLocation(StorageSpacesExtendedLocation extendedLocation)
      Set the extendedLocation property: The extendedLocation property.
      Parameters:
      extendedLocation - the extendedLocation value to set.
      Returns:
      the StorageSpacesInner object itself.
    • withLocation

      public StorageSpacesInner withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

      public StorageSpacesInner withTags(Map<String,String> tags)
      Overrides:
      withTags in class com.azure.core.management.Resource
    • validate

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