Class FileshareProfile
java.lang.Object
com.azure.resourcemanager.workloads.models.FileshareProfile
File share profile.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the shareName property: File share name.Get the shareSizeInGB property: File share size in GB.Get the shareType property: Share type.Get the storageResourceId property: File share storage resource id.Get the storageType property: File share backing storage type.void
validate()
Validates the instance.withShareSizeInGB
(Long shareSizeInGB) Set the shareSizeInGB property: File share size in GB.withShareType
(FileShareType shareType) Set the shareType property: Share type.withStorageType
(FileShareStorageType storageType) Set the storageType property: File share backing storage type.
-
Constructor Details
-
FileshareProfile
public FileshareProfile()
-
-
Method Details
-
storageType
Get the storageType property: File share backing storage type.- Returns:
- the storageType value.
-
storageResourceId
Get the storageResourceId property: File share storage resource id.- Returns:
- the storageResourceId value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.