Uses of Class
com.azure.resourcemanager.appservice.models.AzureStorageInfoValue
-
Packages that use AzureStorageInfoValue Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 AzureStorageInfoValue Modifier and Type Method Description Map<String,AzureStorageInfoValue>SiteConfigInner. azureStorageAccounts()Get the azureStorageAccounts property: List of Azure Storage Accounts.Map<String,AzureStorageInfoValue>SiteConfigResourceInner. azureStorageAccounts()Get the azureStorageAccounts property: List of Azure Storage Accounts.Map<String,AzureStorageInfoValue>AzureStoragePropertyDictionaryResourceInner. properties()Get the properties property: Azure storage accounts.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type AzureStorageInfoValue Modifier and Type Method Description SiteConfigInnerSiteConfigInner. withAzureStorageAccounts(Map<String,AzureStorageInfoValue> azureStorageAccounts)Set the azureStorageAccounts property: List of Azure Storage Accounts.SiteConfigResourceInnerSiteConfigResourceInner. withAzureStorageAccounts(Map<String,AzureStorageInfoValue> azureStorageAccounts)Set the azureStorageAccounts property: List of Azure Storage Accounts.AzureStoragePropertyDictionaryResourceInnerAzureStoragePropertyDictionaryResourceInner. 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 AzureStorageInfoValue Modifier and Type Method Description AzureStorageInfoValueAzureStorageInfoValue. withAccessKey(String accessKey)Set the accessKey property: Access key for the storage account.AzureStorageInfoValueAzureStorageInfoValue. withAccountName(String accountName)Set the accountName property: Name of the storage account.AzureStorageInfoValueAzureStorageInfoValue. withMountPath(String mountPath)Set the mountPath property: Path to mount the storage within the site's runtime environment.AzureStorageInfoValueAzureStorageInfoValue. withShareName(String shareName)Set the shareName property: Name of the file share (container name, for Blob storage).AzureStorageInfoValueAzureStorageInfoValue. withType(AzureStorageType type)Set the type property: Type of storage.
-