ListServiceSasResponseInner Class
- java.
lang. Object - com.
azure. resourcemanager. storage. fluent. models. ListServiceSasResponseInner
- com.
Implements
public final class ListServiceSasResponseInner
implements JsonSerializable<ListServiceSasResponseInner>
The List service SAS credentials operation response.
Constructor Summary
Constructor | Description |
---|---|
ListServiceSasResponseInner() |
Creates an instance of List |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
List |
fromJson(JsonReader jsonReader)
Reads an instance of List |
String |
serviceSasToken()
Get the service |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
ListServiceSasResponseInner
public ListServiceSasResponseInner()
Creates an instance of ListServiceSasResponseInner class.
Method Details
fromJson
public static ListServiceSasResponseInner fromJson(JsonReader jsonReader)
Reads an instance of ListServiceSasResponseInner from the JsonReader.
Parameters:
Returns:
Throws:
serviceSasToken
public String serviceSasToken()
Get the serviceSasToken property: List service SAS credentials of specific resource.
Returns:
toJson
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java