Freigeben über


ArmApiManagementModelFactory.GroupContractProperties Methode

Definition

Initialisiert eine neue instance von GroupContractProperties.

public static Azure.ResourceManager.ApiManagement.Models.GroupContractProperties GroupContractProperties (string displayName = default, string description = default, bool? isBuiltIn = default, Azure.ResourceManager.ApiManagement.Models.ApiManagementGroupType? apiManagementGroupType = default, string externalId = default);
static member GroupContractProperties : string * string * Nullable<bool> * Nullable<Azure.ResourceManager.ApiManagement.Models.ApiManagementGroupType> * string -> Azure.ResourceManager.ApiManagement.Models.GroupContractProperties
Public Shared Function GroupContractProperties (Optional displayName As String = Nothing, Optional description As String = Nothing, Optional isBuiltIn As Nullable(Of Boolean) = Nothing, Optional apiManagementGroupType As Nullable(Of ApiManagementGroupType) = Nothing, Optional externalId As String = Nothing) As GroupContractProperties

Parameter

displayName
String

Gruppenname.

description
String

Beschreibung der Gruppe. Darf HTML-Formatierungstags enthalten.

isBuiltIn
Nullable<Boolean>

true, wenn die Gruppe eine der drei Systemgruppen ist (Administratoren, Entwickler oder Gäste); andernfalls false.

apiManagementGroupType
Nullable<ApiManagementGroupType>

Gruppentyp.

externalId
String

Für externe Gruppen enthält diese Eigenschaft die ID der Gruppe aus dem externen Identitätsanbieter, z. B. für Azure Active Directory aad://&lt;tenant&gt;.onmicrosoft.com/groups/&lt;group object id&gt;, andernfalls ist der Wert NULL.

Gibt zurück

Eine neue GroupContractProperties instance zum Mocking.

Gilt für: