Interface PutAliasListResult


public interface PutAliasListResult
An immutable client-side representation of PutAliasListResult.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.subscription.fluent.models.PutAliasListResultInner object.
    Gets the nextLink property: The link (url) to the next page of results.
    Gets the value property: The list of alias.
  • Method Details

    • value

      Gets the value property: The list of alias.
      Returns:
      the value value.
    • nextLink

      String nextLink()
      Gets the nextLink property: The link (url) to the next page of results.
      Returns:
      the nextLink value.
    • innerModel

      Gets the inner com.azure.resourcemanager.subscription.fluent.models.PutAliasListResultInner object.
      Returns:
      the inner object.