public class AzureStorageInfoValue extends Object
Constructor and Description |
---|
AzureStorageInfoValue() |
Modifier and Type | Method and Description |
---|---|
String |
accessKey()
Get access key for the storage account.
|
String |
accountName()
Get name of the storage account.
|
String |
mountPath()
Get path to mount the storage within the site's runtime environment.
|
String |
shareName()
Get name of the file share (container name, for Blob storage).
|
AzureStorageState |
state()
Get state of the storage account.
|
AzureStorageType |
type()
Get type of storage.
|
AzureStorageInfoValue |
withAccessKey(String accessKey)
Set access key for the storage account.
|
AzureStorageInfoValue |
withAccountName(String accountName)
Set name of the storage account.
|
AzureStorageInfoValue |
withMountPath(String mountPath)
Set path to mount the storage within the site's runtime environment.
|
AzureStorageInfoValue |
withShareName(String shareName)
Set name of the file share (container name, for Blob storage).
|
AzureStorageInfoValue |
withType(AzureStorageType type)
Set type of storage.
|
public AzureStorageType type()
public AzureStorageInfoValue withType(AzureStorageType type)
type
- the type value to setpublic String accountName()
public AzureStorageInfoValue withAccountName(String accountName)
accountName
- the accountName value to setpublic String shareName()
public AzureStorageInfoValue withShareName(String shareName)
shareName
- the shareName value to setpublic String accessKey()
public AzureStorageInfoValue withAccessKey(String accessKey)
accessKey
- the accessKey value to setpublic String mountPath()
public AzureStorageInfoValue withMountPath(String mountPath)
mountPath
- the mountPath value to setpublic AzureStorageState state()
Copyright © 2019. All rights reserved.