SubscriptionAliasListResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. subscription. fluent. models. SubscriptionAliasListResultInner
- com.
Implements
public final class SubscriptionAliasListResultInner
implements JsonSerializable<SubscriptionAliasListResultInner>
The list of aliases.
Constructor Summary
| Constructor | Description |
|---|---|
| SubscriptionAliasListResultInner() |
Creates an instance of Subscription |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Subscription |
fromJson(JsonReader jsonReader)
Reads an instance of Subscription |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Subscription |
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:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The link (url) to the next page of results.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<SubscriptionAliasResponseInner> value()
Get the value property: The list of alias.
Returns: