Interface ActiveDirectoryAdministrator


public interface ActiveDirectoryAdministrator
An immutable client-side representation of ActiveDirectoryAdministrator.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    The entirety of the ActiveDirectoryAdministrator definition.
    static interface 
    The ActiveDirectoryAdministrator definition stages.
  • Method Summary

    Modifier and Type
    Method
    Description
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.postgresqlflexibleserver.fluent.models.ActiveDirectoryAdministratorInner object.
    Gets the name property: The name of the resource.
    Gets the objectId property: The objectId of the Active Directory administrator.
    Gets the principalName property: Active Directory administrator principal name.
    Gets the principalType property: The principal type used to represent the type of Active Directory Administrator.
    Refreshes the resource to sync with Azure.
    refresh(com.azure.core.util.Context context)
    Refreshes the resource to sync with Azure.
    com.azure.core.management.SystemData
    Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Gets the tenantId property: The tenantId of the Active Directory administrator.
    Gets the type property: The type of the resource.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • systemData

      com.azure.core.management.SystemData systemData()
      Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
      Returns:
      the systemData value.
    • principalType

      PrincipalType principalType()
      Gets the principalType property: The principal type used to represent the type of Active Directory Administrator.
      Returns:
      the principalType value.
    • principalName

      String principalName()
      Gets the principalName property: Active Directory administrator principal name.
      Returns:
      the principalName value.
    • objectId

      String objectId()
      Gets the objectId property: The objectId of the Active Directory administrator.
      Returns:
      the objectId value.
    • tenantId

      String tenantId()
      Gets the tenantId property: The tenantId of the Active Directory administrator.
      Returns:
      the tenantId value.
    • innerModel

      Gets the inner com.azure.resourcemanager.postgresqlflexibleserver.fluent.models.ActiveDirectoryAdministratorInner object.
      Returns:
      the inner object.
    • refresh

      Refreshes the resource to sync with Azure.
      Returns:
      the refreshed resource.
    • refresh

      ActiveDirectoryAdministrator refresh(com.azure.core.util.Context context)
      Refreshes the resource to sync with Azure.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the refreshed resource.