次の方法で共有


GroupCreateParameters クラス

定義

グループの作成操作に指定されたパラメーター。

[Microsoft.Rest.Serialization.JsonTransformation]
public class GroupCreateParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type GroupCreateParameters = class
Public Class GroupCreateParameters
継承
GroupCreateParameters
属性

コンストラクター

GroupCreateParameters()

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

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

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

プロパティ

Description

グループの説明を取得または設定します。

DisplayName

グループ名を取得します。値の設定も可能です。

ExternalId

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

Type

グループの種類を取得または設定します。 使用できる値は、'custom'、'system'、'external' です。

メソッド

Validate()

オブジェクトを検証します。

適用対象