Class ListAccountSasResponseInner
java.lang.Object
com.azure.resourcemanager.storage.fluent.models.ListAccountSasResponseInner
The List SAS credentials operation response.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ListAccountSasResponseInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the accountSasToken property: List SAS credentials of storage account.voidvalidate()Validates the instance.
-
Constructor Details
-
ListAccountSasResponseInner
public ListAccountSasResponseInner()Creates an instance of ListAccountSasResponseInner class.
-
-
Method Details
-
accountSasToken
Get the accountSasToken property: List SAS credentials of storage account.- Returns:
- the accountSasToken value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-