Bagikan melalui


IBlank Interface

Definition

The first stage of deployment definition.

public interface IBlank : Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithExistingResourceGroup<Microsoft.Azure.Management.ResourceManager.Fluent.Deployment.Definition.IWithTemplate>, Microsoft.Azure.Management.ResourceManager.Fluent.Deployment.Definition.IWithGroup
type IBlank = interface
    interface IWithGroup
    interface IWithExistingResourceGroup<IWithTemplate>
Public Interface IBlank
Implements IWithExistingResourceGroup(Of IWithTemplate), IWithGroup
Derived
Implements

Methods

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>)
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)

Applies to