ServicePrincipalImpl.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(String) | |
WithNewApplication(ICreatable<IActiveDirectoryApplication>) |
WithNewApplication(String)
public Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipalImpl WithNewApplication (string signOnUrl);
member this.WithNewApplication : string -> Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipalImpl
Public Function WithNewApplication (signOnUrl As String) As ServicePrincipalImpl
Parameters
- signOnUrl
- String
Returns
Applies to
WithNewApplication(ICreatable<IActiveDirectoryApplication>)
public Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipalImpl WithNewApplication (Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryApplication> applicationCreatable);
member this.WithNewApplication : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryApplication> -> Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipalImpl
Public Function WithNewApplication (applicationCreatable As ICreatable(Of IActiveDirectoryApplication)) As ServicePrincipalImpl
Parameters
- applicationCreatable
- ICreatable<IActiveDirectoryApplication>
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET