IDefinition Interface

Definition

Container interface for all the deployment definitions.

public interface IDefinition : Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithExistingResourceGroup<Microsoft.Azure.Management.ResourceManager.Fluent.Deployment.Definition.IWithTemplate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.ResourceManager.Fluent.IDeployment>, Microsoft.Azure.Management.ResourceManager.Fluent.Deployment.Definition.IBlank, Microsoft.Azure.Management.ResourceManager.Fluent.Deployment.Definition.IWithCreate, Microsoft.Azure.Management.ResourceManager.Fluent.Deployment.Definition.IWithMode, Microsoft.Azure.Management.ResourceManager.Fluent.Deployment.Definition.IWithParameters, Microsoft.Azure.Management.ResourceManager.Fluent.Deployment.Definition.IWithTemplate
type IDefinition = interface
    interface IBlank
    interface IWithGroup
    interface IWithExistingResourceGroup<IWithTemplate>
    interface IWithTemplate
    interface IWithParameters
    interface IWithMode
    interface IWithCreate
    interface ICreatable<IDeployment>
    interface IIndexable
Public Interface IDefinition
Implements IBlank, ICreatable(Of IDeployment), IWithCreate, IWithExistingResourceGroup(Of IWithTemplate), IWithMode, IWithParameters, IWithTemplate
Implements

Properties

Key (Inherited from IIndexable)
Name

Gets the name of the creatable resource.

(Inherited from ICreatable<T>)

Methods

BeginCreate() (Inherited from IWithCreate)
BeginCreateAsync(CancellationToken) (Inherited from IWithCreate)
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>)
WithExistingResourceGroup(IResourceGroup)

Associates the resource with an existing resource group.

(Inherited from IWithExistingResourceGroup<T>)
WithExistingResourceGroup(String)

Associates the resource with an existing resource group.

(Inherited from IWithExistingResourceGroup<T>)
WithMode(DeploymentMode)

Specifies the deployment mode.

(Inherited from IWithMode)
WithNewResourceGroup(ICreatable<IResourceGroup>)

Creates a new resource group to put the resource in, based on the definition specified.

(Inherited from IWithGroup)
WithNewResourceGroup(String, Region)

Creates a new resource group to put the deployment in.

(Inherited from IWithGroup)
WithParameters(Object)

Specifies the parameters as an object.

(Inherited from IWithParameters)
WithParameters(String)

Specifies the parameters as a JSON string.

(Inherited from IWithParameters)
WithParametersLink(String, String)

Specifies the parameters as a URL.

(Inherited from IWithParameters)
WithTemplate(Object)

Specifies the template as an object.

(Inherited from IWithTemplate)
WithTemplate(String)

Specifies the template as a JSON string.

(Inherited from IWithTemplate)
WithTemplateLink(String, String)

Specifies the template as a URL.

(Inherited from IWithTemplate)

Applies to