| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
BlobStorageTokenStore |
TokenStore.azureBlobStorage()
Get the azureBlobStorage property: The configuration settings of the storage of the tokens if blob storage is
used.
|
BlobStorageTokenStore |
BlobStorageTokenStore.withSasUrlSettingName(String sasUrlSettingName)
Set the sasUrlSettingName property: The name of the app setting containing the SAS URL of the blob storage
containing the tokens.
|
| Modifier and Type | Method and Description |
|---|---|
TokenStore |
TokenStore.withAzureBlobStorage(BlobStorageTokenStore azureBlobStorage)
Set the azureBlobStorage property: The configuration settings of the storage of the tokens if blob storage is
used.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.