Class ListAccountSasResponseInner
- java.lang.Object
-
- com.azure.resourcemanager.storage.fluent.models.ListAccountSasResponseInner
-
public final class ListAccountSasResponseInner extends Object
The List SAS credentials operation response.
-
-
Constructor Summary
Constructors Constructor Description ListAccountSasResponseInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccountSasToken()Get the accountSasToken property: List SAS credentials of storage account.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
accountSasToken
public String 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.
-
-