IWithCredential インターフェイス

定義

資格情報の指定を許可するサービス プリンシパルの更新。

public interface IWithCredential : Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Update.IWithCredentialBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithCredential = interface
    interface IWithCredentialBeta
    interface IBeta
Public Interface IWithCredential
Implements IBeta, IWithCredentialBeta
派生
実装

メソッド

DefineCertificateCredential()

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

(継承元 IWithCredentialBeta)
DefineCertificateCredential(String)

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

(継承元 IWithCredentialBeta)
DefinePasswordCredential(String)

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

(継承元 IWithCredentialBeta)
WithoutCredential(String)

資格情報を削除します。

(継承元 IWithCredentialBeta)
WithoutCredentialByIdentifier(String)

資格情報を削除します。

(継承元 IWithCredentialBeta)

適用対象