次の方法で共有


IWithCreate インターフェイス

定義

クラウドで新しいサービス プリンシパルを作成するのに十分な入力を含むサービス プリンシパル定義。ただし、指定する追加のオプション入力が公開されています。

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

プロパティ

Key

クラウドで新しいサービス プリンシパルを作成するのに十分な入力を含むサービス プリンシパル定義。ただし、指定する追加のオプション入力が公開されています。

(継承元 IIndexable)
Name

作成可能なリソースの名前を取得します。

(継承元 ICreatable<T>)

メソッド

Create()

作成要求を実行します。

(継承元 ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

要求をキューに格納し、システム リソースが使用可能になったときに HTTP クライアントが要求を実行できるようにします。

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

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

(継承元 IWithCredentialBeta)
DefineCertificateCredential(String)

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

(継承元 IWithCredentialBeta)
DefinePasswordCredential(String)

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

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

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

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

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

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

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

(継承元 IWithRoleAssignmentBeta)

適用対象