Aracılığıyla paylaş


SubscriptionAliasListResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.subscription.fluent.models.SubscriptionAliasListResultInner

Implements

public final class SubscriptionAliasListResultInner
implements JsonSerializable<SubscriptionAliasListResultInner>

The list of aliases.

Constructor Summary

Constructor Description
SubscriptionAliasListResultInner()

Creates an instance of SubscriptionAliasListResultInner class.

Method Summary

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

Reads an instance of SubscriptionAliasListResultInner from the JsonReader.

String nextLink()

Get the nextLink property: The link (url) to the next page of results.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<SubscriptionAliasResponseInner> value()

Get the value property: The list of alias.

Methods inherited from java.lang.Object

Constructor Details

SubscriptionAliasListResultInner

public SubscriptionAliasListResultInner()

Creates an instance of SubscriptionAliasListResultInner class.

Method Details

fromJson

public static SubscriptionAliasListResultInner fromJson(JsonReader jsonReader)

Reads an instance of SubscriptionAliasListResultInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

nextLink

public String nextLink()

Get the nextLink property: The link (url) to the next page of results.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<SubscriptionAliasResponseInner> value()

Get the value property: The list of alias.

Returns:

the value value.

Applies to