次の方法で共有


IWithApplicationBeta.WithNewApplication メソッド

定義

オーバーロード

WithNewApplication(ICreatable<IActiveDirectoryApplication>)

サービス プリンシパルによって作成および使用する新しいアプリケーションを指定します。

WithNewApplication(String)

サービス プリンシパルによって作成および使用する新しいアプリケーションを指定します。

WithNewApplication(ICreatable<IActiveDirectoryApplication>)

サービス プリンシパルによって作成および使用する新しいアプリケーションを指定します。

public Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Definition.IWithCreate WithNewApplication (Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryApplication> applicationCreatable);
abstract member WithNewApplication : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryApplication> -> Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Definition.IWithCreate
Public Function WithNewApplication (applicationCreatable As ICreatable(Of IActiveDirectoryApplication)) As IWithCreate

パラメーター

applicationCreatable
ICreatable<IActiveDirectoryApplication>

新しいアプリケーションの作成可能。

戻り値

適用対象

WithNewApplication(String)

サービス プリンシパルによって作成および使用する新しいアプリケーションを指定します。

public Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Definition.IWithCreate WithNewApplication (string signOnUrl);
abstract member WithNewApplication : string -> Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Definition.IWithCreate
Public Function WithNewApplication (signOnUrl As String) As IWithCreate

パラメーター

signOnUrl
String

新しいアプリケーションのサインオン URL。

戻り値

適用対象