IWithMemberBeta.WithMember メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
WithMember(IActiveDirectoryGroup) |
グループをグループのメンバーとして追加します。 |
WithMember(IActiveDirectoryUser) |
グループのメンバーとしてユーザーを追加します。 |
WithMember(IServicePrincipal) |
サービス プリンシパルをグループのメンバーとして追加します。 |
WithMember(String) |
オブジェクト ID に基づいてメンバーを追加します。メンバーには、ユーザー、グループ、サービス プリンシパル、またはアプリケーションを指定できます。 |
WithMember(IActiveDirectoryGroup)
グループをグループのメンバーとして追加します。
public Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryGroup.Update.IUpdate WithMember (Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryGroup group);
abstract member WithMember : Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryGroup -> Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryGroup.Update.IUpdate
Public Function WithMember (group As IActiveDirectoryGroup) As IUpdate
パラメーター
- group
- IActiveDirectoryGroup
追加する Active Directory グループ。
戻り値
適用対象
WithMember(IActiveDirectoryUser)
グループのメンバーとしてユーザーを追加します。
public Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryGroup.Update.IUpdate WithMember (Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryUser user);
abstract member WithMember : Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryUser -> Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryGroup.Update.IUpdate
Public Function WithMember (user As IActiveDirectoryUser) As IUpdate
パラメーター
- user
- IActiveDirectoryUser
追加する Active Directory ユーザー。
戻り値
適用対象
WithMember(IServicePrincipal)
サービス プリンシパルをグループのメンバーとして追加します。
public Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryGroup.Update.IUpdate WithMember (Microsoft.Azure.Management.Graph.RBAC.Fluent.IServicePrincipal servicePrincipal);
abstract member WithMember : Microsoft.Azure.Management.Graph.RBAC.Fluent.IServicePrincipal -> Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryGroup.Update.IUpdate
Public Function WithMember (servicePrincipal As IServicePrincipal) As IUpdate
パラメーター
- servicePrincipal
- IServicePrincipal
追加するサービス プリンシパル。
戻り値
適用対象
WithMember(String)
オブジェクト ID に基づいてメンバーを追加します。メンバーには、ユーザー、グループ、サービス プリンシパル、またはアプリケーションを指定できます。
public Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryGroup.Update.IUpdate WithMember (string objectId);
abstract member WithMember : string -> Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryGroup.Update.IUpdate
Public Function WithMember (objectId As String) As IUpdate
パラメーター
- objectId
- String
Active Directory オブジェクトの ID。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET