azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

142 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.GroupContractProperties"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.GroupContractProperties"
name: "GroupContractProperties"
nameWithType: "GroupContractProperties"
summary: "Group contract Properties."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **GroupContractProperties**"
constructors:
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.GroupContractProperties.GroupContractProperties()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.GroupContractProperties.GroupContractProperties()"
name: "GroupContractProperties()"
nameWithType: "GroupContractProperties.GroupContractProperties()"
syntax: "public GroupContractProperties()"
methods:
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.GroupContractProperties.builtIn()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.GroupContractProperties.builtIn()"
name: "builtIn()"
nameWithType: "GroupContractProperties.builtIn()"
summary: "Get true if the group is one of the three system groups (Administrators, Developers, or Guests); otherwise false."
syntax: "public Boolean builtIn()"
desc: "Get true if the group is one of the three system groups (Administrators, Developers, or Guests); otherwise false."
returns:
description: "the builtIn value"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.GroupContractProperties.description()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.GroupContractProperties.description()"
name: "description()"
nameWithType: "GroupContractProperties.description()"
summary: "Get group description."
syntax: "public String description()"
desc: "Get group description. Can contain HTML formatting tags."
returns:
description: "the description value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.GroupContractProperties.displayName()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.GroupContractProperties.displayName()"
name: "displayName()"
nameWithType: "GroupContractProperties.displayName()"
summary: "Get group name."
syntax: "public String displayName()"
desc: "Get group name."
returns:
description: "the displayName value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.GroupContractProperties.externalId()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.GroupContractProperties.externalId()"
name: "externalId()"
nameWithType: "GroupContractProperties.externalId()"
summary: "Get for external groups, this property contains the id of the group from the external identity provider, e.<wbr>g."
syntax: "public String externalId()"
desc: "Get 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:
description: "the externalId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.GroupContractProperties.type()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.GroupContractProperties.type()"
name: "type()"
nameWithType: "GroupContractProperties.type()"
summary: "Get group type."
syntax: "public GroupType type()"
desc: "Get group type. Possible values include: 'custom', 'system', 'external'."
returns:
description: "the type value"
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.GroupType?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.GroupType&text=GroupType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.GroupContractProperties.withDescription(java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.GroupContractProperties.withDescription(String description)"
name: "withDescription(String description)"
nameWithType: "GroupContractProperties.withDescription(String description)"
summary: "Set group description."
parameters:
- description: "the description value to set"
name: "description"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public GroupContractProperties withDescription(String description)"
desc: "Set group description. Can contain HTML formatting tags."
returns:
description: "the GroupContractProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.GroupContractProperties?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.GroupContractProperties&text=GroupContractProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.GroupContractProperties.withDisplayName(java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.GroupContractProperties.withDisplayName(String displayName)"
name: "withDisplayName(String displayName)"
nameWithType: "GroupContractProperties.withDisplayName(String displayName)"
summary: "Set group name."
parameters:
- description: "the displayName value to set"
name: "displayName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public GroupContractProperties withDisplayName(String displayName)"
desc: "Set group name."
returns:
description: "the GroupContractProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.GroupContractProperties?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.GroupContractProperties&text=GroupContractProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.GroupContractProperties.withExternalId(java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.GroupContractProperties.withExternalId(String externalId)"
name: "withExternalId(String externalId)"
nameWithType: "GroupContractProperties.withExternalId(String externalId)"
summary: "Set for external groups, this property contains the id of the group from the external identity provider, e.<wbr>g."
parameters:
- description: "the externalId value to set"
name: "externalId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public GroupContractProperties withExternalId(String externalId)"
desc: "Set 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:
description: "the GroupContractProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.GroupContractProperties?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.GroupContractProperties&text=GroupContractProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.GroupContractProperties.withType(com.microsoft.azure.management.apimanagement.v2019_01_01.GroupType)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.GroupContractProperties.withType(GroupType type)"
name: "withType(GroupType type)"
nameWithType: "GroupContractProperties.withType(GroupType type)"
summary: "Set group type."
parameters:
- description: "the type value to set"
name: "type"
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.GroupType?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.GroupType&text=GroupType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public GroupContractProperties withType(GroupType type)"
desc: "Set group type. Possible values include: 'custom', 'system', 'external'."
returns:
description: "the GroupContractProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.GroupContractProperties?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.GroupContractProperties&text=GroupContractProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Group contract Properties."
metadata: {}
package: "com.microsoft.azure.management.apimanagement.v2019_01_01"
artifact: com.microsoft.azure.apimanagement.v2019_01_01:azure-mgmt-apimanagement:1.0.0-beta-1