次の方法で共有


GroupUpdateParameters コンストラクター

定義

オーバーロード

GroupUpdateParameters()

GroupUpdateParameters クラスの新しいインスタンスを初期化します。

GroupUpdateParameters(String, String, Nullable<GroupType>, String)

GroupUpdateParameters クラスの新しいインスタンスを初期化します。

GroupUpdateParameters()

GroupUpdateParameters クラスの新しいインスタンスを初期化します。

public GroupUpdateParameters ();
Public Sub New ()

適用対象

GroupUpdateParameters(String, String, Nullable<GroupType>, String)

GroupUpdateParameters クラスの新しいインスタンスを初期化します。

public GroupUpdateParameters (string displayName = default, string description = default, Microsoft.Azure.Management.ApiManagement.Models.GroupType? type = default, string externalId = default);
new Microsoft.Azure.Management.ApiManagement.Models.GroupUpdateParameters : string * string * Nullable<Microsoft.Azure.Management.ApiManagement.Models.GroupType> * string -> Microsoft.Azure.Management.ApiManagement.Models.GroupUpdateParameters
Public Sub New (Optional displayName As String = Nothing, Optional description As String = Nothing, Optional type As Nullable(Of GroupType) = Nothing, Optional externalId As String = Nothing)

パラメーター

displayName
String

[グループ名]:

description
String

グループの説明。

type
Nullable<GroupType>

[グループの種類]。 使用できる値は、'custom'、'system'、'external' です。

externalId
String

外部グループの識別子。このプロパティには、Azure Active Directory aad://&lt;tenant&gt;.onmicrosoft.com/groups/&lt;group object id&gt;の場合など、外部 ID プロバイダーからのグループの ID が含まれます。それ以外の場合、値は null です。

適用対象