SasTokenInformationInner Class

  • java.lang.Object
    • com.azure.resourcemanager.datalakeanalytics.fluent.models.SasTokenInformationInner

Implements

public final class SasTokenInformationInner
implements JsonSerializable<SasTokenInformationInner>

SAS token information.

Constructor Summary

Constructor Description
SasTokenInformationInner()

Creates an instance of SasTokenInformationInner class.

Method Summary

Modifier and Type Method and Description
String accessToken()

Get the accessToken property: The access token for the associated Azure Storage Container.

static SasTokenInformationInner fromJson(JsonReader jsonReader)

Reads an instance of SasTokenInformationInner from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

SasTokenInformationInner

public SasTokenInformationInner()

Creates an instance of SasTokenInformationInner class.

Method Details

accessToken

public String accessToken()

Get the accessToken property: The access token for the associated Azure Storage Container.

Returns:

the accessToken value.

fromJson

public static SasTokenInformationInner fromJson(JsonReader jsonReader)

Reads an instance of SasTokenInformationInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of SasTokenInformationInner 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 SasTokenInformationInner.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to