IWithCreate Interface
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.
An application definition with sufficient inputs to create a new application in the cloud, but exposing additional optional inputs to specify.
public interface IWithCreate : Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryApplication.Definition.IWithCredential, Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryApplication.Definition.IWithIdentifierUrl, Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryApplication.Definition.IWithMultiTenant, Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryApplication.Definition.IWithReplyUrl, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryApplication>
type IWithCreate = interface
interface ICreatable<IActiveDirectoryApplication>
interface IIndexable
interface IWithIdentifierUrl
interface IWithReplyUrl
interface IWithCredential
interface IWithMultiTenant
Public Interface IWithCreate
Implements ICreatable(Of IActiveDirectoryApplication), IWithCredential, IWithIdentifierUrl, IWithMultiTenant, IWithReplyUrl
- 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) |
Applies to
Azure SDK for .NET