ArmApiManagementModelFactory.GroupContractProperties Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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.
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://<tenant>.onmicrosoft.com/groups/<group object id>
, andernfalls ist der Wert NULL.
Gibt zurück
Eine neue GroupContractProperties instance zum Mocking.
Gilt für:
Azure SDK for .NET