| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
AzureStorageInfoValue |
AzureStorageInfoValue.withAccessKey(String accessKey)
Set the accessKey property: Access key for the storage account.
|
AzureStorageInfoValue |
AzureStorageInfoValue.withAccountName(String accountName)
Set the accountName property: Name of the storage account.
|
AzureStorageInfoValue |
AzureStorageInfoValue.withMountPath(String mountPath)
Set the mountPath property: Path to mount the storage within the site's runtime environment.
|
AzureStorageInfoValue |
AzureStorageInfoValue.withShareName(String shareName)
Set the shareName property: Name of the file share (container name, for Blob storage).
|
AzureStorageInfoValue |
AzureStorageInfoValue.withType(AzureStorageType type)
Set the type property: Type of storage.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.