ListServiceSasResponseInner Class

  • java.lang.Object
    • com.azure.resourcemanager.storage.fluent.models.ListServiceSasResponseInner

Implements

public final class ListServiceSasResponseInner
implements JsonSerializable<ListServiceSasResponseInner>

The List service SAS credentials operation response.

Constructor Summary

Constructor Description
ListServiceSasResponseInner()

Creates an instance of ListServiceSasResponseInner class.

Method Summary

Modifier and Type Method and Description
static ListServiceSasResponseInner fromJson(JsonReader jsonReader)

Reads an instance of ListServiceSasResponseInner from the JsonReader.

String serviceSasToken()

Get the serviceSasToken property: List service SAS credentials of specific resource.

JsonWriter 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:

jsonReader - The JsonReader being read.

Returns:

An instance of ListServiceSasResponseInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ListServiceSasResponseInner.

serviceSasToken

public String serviceSasToken()

Get the serviceSasToken property: List service SAS credentials of specific resource.

Returns:

the serviceSasToken value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to