public final class AzureStorageInfoValue extends Object
| Constructor and Description |
|---|
AzureStorageInfoValue() |
| Modifier and Type | Method and Description |
|---|---|
String |
accessKey()
Get the accessKey property: Access key for the storage account.
|
String |
accountName()
Get the accountName property: Name of the storage account.
|
String |
mountPath()
Get the mountPath property: Path to mount the storage within the site's runtime environment.
|
String |
shareName()
Get the shareName property: Name of the file share (container name, for Blob storage).
|
AzureStorageState |
state()
Get the state property: State of the storage account.
|
AzureStorageType |
type()
Get the type property: Type of storage.
|
void |
validate()
Validates the instance.
|
AzureStorageInfoValue |
withAccessKey(String accessKey)
Set the accessKey property: Access key for the storage account.
|
AzureStorageInfoValue |
withAccountName(String accountName)
Set the accountName property: Name of the storage account.
|
AzureStorageInfoValue |
withMountPath(String mountPath)
Set the mountPath property: Path to mount the storage within the site's runtime environment.
|
AzureStorageInfoValue |
withShareName(String shareName)
Set the shareName property: Name of the file share (container name, for Blob storage).
|
AzureStorageInfoValue |
withType(AzureStorageType type)
Set the type property: Type of storage.
|
public AzureStorageType type()
public AzureStorageInfoValue withType(AzureStorageType type)
type - the type value to set.public String accountName()
public AzureStorageInfoValue withAccountName(String accountName)
accountName - the accountName value to set.public String shareName()
public AzureStorageInfoValue withShareName(String shareName)
shareName - the shareName value to set.public String accessKey()
public AzureStorageInfoValue withAccessKey(String accessKey)
accessKey - the accessKey value to set.public String mountPath()
public AzureStorageInfoValue withMountPath(String mountPath)
mountPath - the mountPath value to set.public AzureStorageState state()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.