Class StorageAccountProperties
java.lang.Object
com.microsoft.azure.management.containerregistry.StorageAccountProperties
The properties of a storage account for a container registry. Only
applicable to Classic SKU.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionid()
Get the resource ID of the storage account.Set the resource ID of the storage account.
-
Constructor Details
-
StorageAccountProperties
public StorageAccountProperties()
-
-
Method Details
-
id
Get the resource ID of the storage account.- Returns:
- the id value
-
withId
Set the resource ID of the storage account.- Parameters:
id
- the id value to set- Returns:
- the StorageAccountProperties object itself.
-