次の方法で共有


IUpdate インターフェイス

定義

変更可能なすべての設定を含むサービス プリンシパル更新操作のテンプレート。

public interface IUpdate : Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Update.IWithCredential, Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Update.IWithRoleAssignment, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Graph.RBAC.Fluent.IServicePrincipal>
type IUpdate = interface
    interface IAppliable<IServicePrincipal>
    interface IIndexable
    interface IWithCredential
    interface IWithCredentialBeta
    interface IBeta
    interface IWithRoleAssignment
    interface IWithRoleAssignmentBeta
Public Interface IUpdate
Implements IAppliable(Of IServicePrincipal), IBeta, IWithCredential, IWithRoleAssignment
派生
実装

プロパティ

Key

変更可能なすべての設定を含むサービス プリンシパル更新操作のテンプレート。

(継承元 IIndexable)

メソッド

Apply()

更新要求を実行します。

(継承元 IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

更新要求を非同期的に実行します。

(継承元 IAppliable<T>)
DefineCertificateCredential()

証明書資格情報の定義を開始します。

(継承元 IWithCredentialBeta)
DefineCertificateCredential(String)

証明書資格情報の定義を開始します。

(継承元 IWithCredentialBeta)
DefinePasswordCredential(String)

パスワード資格情報の定義を開始します。

(継承元 IWithCredentialBeta)
WithNewRole(BuiltInRole, String)

サービス プリンシパルに新しいロールを割り当てます。

(継承元 IWithRoleAssignmentBeta)
WithNewRoleInResourceGroup(BuiltInRole, IResourceGroup)

サービス プリンシパルに新しいロールを割り当てます。

(継承元 IWithRoleAssignmentBeta)
WithNewRoleInSubscription(BuiltInRole, String)

サービス プリンシパルに新しいロールを割り当てます。

(継承元 IWithRoleAssignmentBeta)
WithoutCredential(String)

資格情報を削除します。

(継承元 IWithCredentialBeta)
WithoutCredentialByIdentifier(String)

資格情報を削除します。

(継承元 IWithCredentialBeta)
WithoutRole(IRoleAssignment)

サービス プリンシパルからロールを削除します。

(継承元 IWithRoleAssignmentBeta)

適用対象