PutAliasListResultInner Class

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

public final class PutAliasListResultInner

The list of aliases.

Constructor Summary

Constructor Description
PutAliasListResultInner()

Creates an instance of PutAliasListResultInner class.

Method Summary

Modifier and Type Method and Description
String nextLink()

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

void validate()

Validates the instance.

List<PutAliasResponseInner> value()

Get the value property: The list of alias.

Methods inherited from java.lang.Object

Constructor Details

PutAliasListResultInner

public PutAliasListResultInner()

Creates an instance of PutAliasListResultInner class.

Method Details

nextLink

public String nextLink()

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

Returns:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: The list of alias.

Returns:

the value value.

Applies to