Interface GroupContract


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

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    The entirety of the GroupContract definition.
    static interface 
    The GroupContract definition stages.
    static interface 
    The template for GroupContract update.
    static interface 
    The GroupContract update stages.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the builtIn property: true if the group is one of the three system groups (Administrators, Developers, or Guests); otherwise false.
    Gets the description property: Group description.
    Gets the displayName property: Group name.
    Gets the externalId property: For external groups, this property contains the id of the group from the external identity provider, e.g. for Azure Active Directory `aad://<tenant>.onmicrosoft.com/groups/<group object id>`; otherwise the value is null.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.GroupContractInner object.
    Gets the name property: The name of the resource.
    Refreshes the resource to sync with Azure.
    refresh(com.azure.core.util.Context context)
    Refreshes the resource to sync with Azure.
    Gets the name of the resource group.
    Gets the type property: The type of the resource.
    Gets the typePropertiesType property: Group type.
    Begins update for the GroupContract 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.
    • displayName

      String displayName()
      Gets the displayName property: Group name.
      Returns:
      the displayName value.
    • description

      String description()
      Gets the description property: Group description. Can contain HTML formatting tags.
      Returns:
      the description value.
    • builtIn

      Boolean builtIn()
      Gets the builtIn property: true if the group is one of the three system groups (Administrators, Developers, or Guests); otherwise false.
      Returns:
      the builtIn value.
    • typePropertiesType

      GroupType typePropertiesType()
      Gets the typePropertiesType property: Group type.
      Returns:
      the typePropertiesType value.
    • externalId

      String externalId()
      Gets the externalId property: For external groups, this property contains the id of the group from the external identity provider, e.g. for Azure Active Directory `aad://<tenant>.onmicrosoft.com/groups/<group object id>`; otherwise the value is null.
      Returns:
      the externalId value.
    • resourceGroupName

      String resourceGroupName()
      Gets the name of the resource group.
      Returns:
      the name of the resource group.
    • innerModel

      GroupContractInner innerModel()
      Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.GroupContractInner object.
      Returns:
      the inner object.
    • update

      Begins update for the GroupContract resource.
      Returns:
      the stage of resource update.
    • refresh

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

      GroupContract 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.