AzureLargeStorageInstanceProperties Class
- java.
lang. Object - com.
azure. resourcemanager. largeinstance. models. AzureLargeStorageInstanceProperties
- com.
Implements
public final class AzureLargeStorageInstanceProperties
implements JsonSerializable<AzureLargeStorageInstanceProperties>
Describes the properties of an AzureLargeStorageInstance.
Constructor Summary
| Constructor | Description |
|---|---|
| AzureLargeStorageInstanceProperties() |
Creates an instance of Azure |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
azureLargeStorageInstanceUniqueIdentifier()
Get the azure |
|
static
Azure |
fromJson(JsonReader jsonReader)
Reads an instance of Azure |
|
Storage |
storageProperties()
Get the storage |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Azure |
withAzureLargeStorageInstanceUniqueIdentifier(String azureLargeStorageInstanceUniqueIdentifier)
Set the azure |
|
Azure |
withStorageProperties(StorageProperties storageProperties)
Set the storage |
Methods inherited from java.lang.Object
Constructor Details
AzureLargeStorageInstanceProperties
public AzureLargeStorageInstanceProperties()
Creates an instance of AzureLargeStorageInstanceProperties class.
Method Details
azureLargeStorageInstanceUniqueIdentifier
public String azureLargeStorageInstanceUniqueIdentifier()
Get the azureLargeStorageInstanceUniqueIdentifier property: Specifies the AzureLargeStorageInstance unique ID.
Returns:
fromJson
public static AzureLargeStorageInstanceProperties fromJson(JsonReader jsonReader)
Reads an instance of AzureLargeStorageInstanceProperties from the JsonReader.
Parameters:
Returns:
Throws:
storageProperties
public StorageProperties storageProperties()
Get the storageProperties property: Specifies the storage properties for the AzureLargeStorage instance.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAzureLargeStorageInstanceUniqueIdentifier
public AzureLargeStorageInstanceProperties withAzureLargeStorageInstanceUniqueIdentifier(String azureLargeStorageInstanceUniqueIdentifier)
Set the azureLargeStorageInstanceUniqueIdentifier property: Specifies the AzureLargeStorageInstance unique ID.
Parameters:
Returns:
withStorageProperties
public AzureLargeStorageInstanceProperties withStorageProperties(StorageProperties storageProperties)
Set the storageProperties property: Specifies the storage properties for the AzureLargeStorage instance.
Parameters:
Returns: