IDefinition Interface

Definition

Container interface for all the definitions that need to be implemented.

public interface IDefinition : Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Definition.IBlank, Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Definition.IWithCreate, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Graph.RBAC.Fluent.IServicePrincipal>
type IDefinition = interface
    interface IBlank
    interface IWithApplication
    interface IWithApplicationBeta
    interface IBeta
    interface IWithCreate
    interface ICreatable<IServicePrincipal>
    interface IIndexable
    interface IWithCredential
    interface IWithCredentialBeta
    interface IWithRoleAssignment
    interface IWithRoleAssignmentBeta
Public Interface IDefinition
Implements IBeta, IBlank, ICreatable(Of IServicePrincipal), IWithCreate
Derived
Implements

Properties

Key (Inherited from IIndexable)
Name

Gets the name of the creatable resource.

(Inherited from ICreatable<T>)

Methods

Create()

Execute the create request.

(Inherited from ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

Puts the request into the queue and allow the HTTP client to execute it when system resources are available.

(Inherited from ICreatable<T>)
DefineCertificateCredential()

Starts the definition of a certificate credential.

(Inherited from IWithCredentialBeta)
DefineCertificateCredential(String)

Starts the definition of a certificate credential.

(Inherited from IWithCredentialBeta)
DefinePasswordCredential(String)

Starts the definition of a password credential.

(Inherited from IWithCredentialBeta)
WithExistingApplication(IActiveDirectoryApplication)

Specifies an existing application to use by the service principal.

(Inherited from IWithApplicationBeta)
WithExistingApplication(String)

Specifies an existing application by its app ID.

(Inherited from IWithApplicationBeta)
WithNewApplication(ICreatable<IActiveDirectoryApplication>)

Specifies a new application to create and use by the service principal.

(Inherited from IWithApplicationBeta)
WithNewApplication(String)

Specifies a new application to create and use by the service principal.

(Inherited from IWithApplicationBeta)
WithNewRole(BuiltInRole, String)

Assigns a new role to the service principal.

(Inherited from IWithRoleAssignmentBeta)
WithNewRoleInResourceGroup(BuiltInRole, IResourceGroup)

Assigns a new role to the service principal.

(Inherited from IWithRoleAssignmentBeta)
WithNewRoleInSubscription(BuiltInRole, String)

Assigns a new role to the service principal.

(Inherited from IWithRoleAssignmentBeta)

Applies to