IDefinition Interface

Definition

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

public interface IDefinition : Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryApplication.Definition.IBlank, Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryApplication.Definition.IWithCreate, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryApplication>
type IDefinition = interface
    interface IBlank
    interface IWithSignOnUrl
    interface IWithCreate
    interface ICreatable<IActiveDirectoryApplication>
    interface IIndexable
    interface IWithIdentifierUrl
    interface IWithReplyUrl
    interface IWithCredential
    interface IWithMultiTenant
Public Interface IDefinition
Implements IBlank, ICreatable(Of IActiveDirectoryApplication), 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 IWithCredential)
DefineCertificateCredential(String)

Starts the definition of a certificate credential.

(Inherited from IWithCredential)
DefinePasswordCredential(String)

Starts the definition of a password credential.

(Inherited from IWithCredential)
WithAvailableToOtherTenants(Boolean)

Specifies if the application can be used in multiple tenants.

(Inherited from IWithMultiTenant)
WithIdentifierUrl(String)

Adds an identifier URL to the application.

(Inherited from IWithIdentifierUrl)
WithReplyUrl(String)

Adds a reply URL to the application.

(Inherited from IWithReplyUrl)
WithSignOnUrl(String)

Specifies the sign on URL.

(Inherited from IWithSignOnUrl)

Applies to