Class StorageSpacesInner
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the extendedLocation property: The extendedLocation property.Get the properties property: HybridAKSStorageSpec defines the desired state of HybridAKSStorage.com.azure.core.management.SystemData
Get the systemData property: Metadata pertaining to creation and last modification of the resource.void
validate()
Validates the instance.withExtendedLocation
(StorageSpacesExtendedLocation extendedLocation) Set the extendedLocation property: The extendedLocation property.withLocation
(String location) withProperties
(StorageSpacesProperties properties) Set the properties property: HybridAKSStorageSpec defines the desired state of HybridAKSStorage.Methods inherited from class com.azure.core.management.Resource
location, tags
Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
StorageSpacesInner
public StorageSpacesInner()Creates an instance of StorageSpacesInner class.
-
-
Method Details
-
properties
Get the properties property: HybridAKSStorageSpec defines the desired state of HybridAKSStorage.- Returns:
- the properties value.
-
withProperties
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
Get the extendedLocation property: The extendedLocation property.- Returns:
- the extendedLocation value.
-
withExtendedLocation
Set the extendedLocation property: The extendedLocation property.- Parameters:
extendedLocation
- the extendedLocation value to set.- Returns:
- the StorageSpacesInner object itself.
-
withLocation
- Overrides:
withLocation
in classcom.azure.core.management.Resource
-
withTags
- Overrides:
withTags
in classcom.azure.core.management.Resource
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-