Uses of Class
com.azure.resourcemanager.appservice.models.AzureStorageInfoValue
Packages that use AzureStorageInfoValue
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of AzureStorageInfoValue in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type AzureStorageInfoValueModifier and TypeMethodDescriptionSiteConfigInner.azureStorageAccounts()
Get the azureStorageAccounts property: List of Azure Storage Accounts.SiteConfigResourceInner.azureStorageAccounts()
Get the azureStorageAccounts property: List of Azure Storage Accounts.AzureStoragePropertyDictionaryResourceInner.properties()
Get the properties property: Azure storage accounts.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type AzureStorageInfoValueModifier and TypeMethodDescriptionSiteConfigInner.withAzureStorageAccounts
(Map<String, AzureStorageInfoValue> azureStorageAccounts) Set the azureStorageAccounts property: List of Azure Storage Accounts.SiteConfigResourceInner.withAzureStorageAccounts
(Map<String, AzureStorageInfoValue> azureStorageAccounts) Set the azureStorageAccounts property: List of Azure Storage Accounts.AzureStoragePropertyDictionaryResourceInner.withProperties
(Map<String, AzureStorageInfoValue> properties) Set the properties property: Azure storage accounts. -
Uses of AzureStorageInfoValue in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return AzureStorageInfoValueModifier and TypeMethodDescriptionstatic AzureStorageInfoValue
AzureStorageInfoValue.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AzureStorageInfoValue from the JsonReader.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.withProtocol
(AzureStorageProtocol protocol) Set the protocol property: Mounting protocol to use for the storage account.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.