Class BlobStorageTokenStore
- java.lang.Object
-
- com.azure.resourcemanager.appservice.models.BlobStorageTokenStore
-
public final class BlobStorageTokenStore extends Object
The configuration settings of the storage of the tokens if blob storage is used.
-
-
Constructor Summary
Constructors Constructor Description BlobStorageTokenStore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringsasUrlSettingName()Get the sasUrlSettingName property: The name of the app setting containing the SAS URL of the blob storage containing the tokens.voidvalidate()Validates the instance.BlobStorageTokenStorewithSasUrlSettingName(String sasUrlSettingName)Set the sasUrlSettingName property: The name of the app setting containing the SAS URL of the blob storage containing the tokens.
-
-
-
Method Detail
-
sasUrlSettingName
public String sasUrlSettingName()
Get the sasUrlSettingName property: The name of the app setting containing the SAS URL of the blob storage containing the tokens.- Returns:
- the sasUrlSettingName value.
-
withSasUrlSettingName
public 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.- Parameters:
sasUrlSettingName- the sasUrlSettingName value to set.- Returns:
- the BlobStorageTokenStore object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-