Class ListServiceSasResponseInner
- java.lang.Object
-
- com.azure.resourcemanager.storage.fluent.models.ListServiceSasResponseInner
-
public final class ListServiceSasResponseInner extends Object
The List service SAS credentials operation response.
-
-
Constructor Summary
Constructors Constructor Description ListServiceSasResponseInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringserviceSasToken()Get the serviceSasToken property: List service SAS credentials of specific resource.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
serviceSasToken
public String serviceSasToken()
Get the serviceSasToken property: List service SAS credentials of specific resource.- Returns:
- the serviceSasToken value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-