Interface DefaultAccountPayload


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

    Modifier and Type
    Method
    Description
    Gets the accountName property: The name of the account that is set as the default.
    Gets the inner com.azure.resourcemanager.purview.fluent.models.DefaultAccountPayloadInner object.
    Gets the resourceGroupName property: The resource group name of the account that is set as the default.
    Gets the scope property: The scope object ID.
    Gets the scopeTenantId property: The scope tenant in which the default account is set.
    Gets the scopeType property: The scope where the default account is set.
    Gets the subscriptionId property: The subscription ID of the account that is set as the default.
  • Method Details

    • accountName

      String accountName()
      Gets the accountName property: The name of the account that is set as the default.
      Returns:
      the accountName value.
    • resourceGroupName

      String resourceGroupName()
      Gets the resourceGroupName property: The resource group name of the account that is set as the default.
      Returns:
      the resourceGroupName value.
    • scope

      String scope()
      Gets the scope property: The scope object ID. For example, sub ID or tenant ID.
      Returns:
      the scope value.
    • scopeTenantId

      String scopeTenantId()
      Gets the scopeTenantId property: The scope tenant in which the default account is set.
      Returns:
      the scopeTenantId value.
    • scopeType

      ScopeType scopeType()
      Gets the scopeType property: The scope where the default account is set.
      Returns:
      the scopeType value.
    • subscriptionId

      String subscriptionId()
      Gets the subscriptionId property: The subscription ID of the account that is set as the default.
      Returns:
      the subscriptionId value.
    • innerModel

      Gets the inner com.azure.resourcemanager.purview.fluent.models.DefaultAccountPayloadInner object.
      Returns:
      the inner object.