你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IDefinition 接口

定义

所有部署定义的容器接口。

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
实现

属性

Key

所有部署定义的容器接口。

(继承自 IIndexable)
Name

获取可创建资源的名称。

(继承自 ICreatable<T>)

方法

BeginCreate()

所有部署定义的容器接口。

(继承自 IWithCreate)
BeginCreateAsync(CancellationToken)

所有部署定义的容器接口。

(继承自 IWithCreate)
Create()

执行创建请求。

(继承自 ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

将请求放入队列,并允许 HTTP 客户端在系统资源可用时执行该请求。

(继承自 ICreatable<T>)
WithExistingResourceGroup(IResourceGroup)

将资源与现有资源组相关联。

(继承自 IWithExistingResourceGroup<T>)
WithExistingResourceGroup(String)

将资源与现有资源组相关联。

(继承自 IWithExistingResourceGroup<T>)
WithMode(DeploymentMode)

指定部署模式。

(继承自 IWithMode)
WithNewResourceGroup(ICreatable<IResourceGroup>)

根据指定的定义创建一个新的资源组来放置资源。

(继承自 IWithGroup)
WithNewResourceGroup(String, Region)

创建用于放置部署的新资源组。

(继承自 IWithGroup)
WithParameters(Object)

将参数指定为 对象。

(继承自 IWithParameters)
WithParameters(String)

将参数指定为 JSON 字符串。

(继承自 IWithParameters)
WithParametersLink(String, String)

将参数指定为 URL。

(继承自 IWithParameters)
WithTemplate(Object)

将模板指定为 对象。

(继承自 IWithTemplate)
WithTemplate(String)

将模板指定为 JSON 字符串。

(继承自 IWithTemplate)
WithTemplateLink(String, String)

将模板指定为 URL。

(继承自 IWithTemplate)

适用于