IWithApplicationBeta.WithNewApplication Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
WithNewApplication(ICreatable<IActiveDirectoryApplication>) |
Specifies a new application to create and use by the service principal. |
WithNewApplication(String) |
Specifies a new application to create and use by the service principal. |
WithNewApplication(ICreatable<IActiveDirectoryApplication>)
Specifies a new application to create and use by the service principal.
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
Parameters
- applicationCreatable
- ICreatable<IActiveDirectoryApplication>
The new application's creatable.
Returns
Applies to
WithNewApplication(String)
Specifies a new application to create and use by the service principal.
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
Parameters
- signOnUrl
- String
The new application's sign on URL.
Returns
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET