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

ICreatable<T> 接口

定义

public interface ICreatable<T> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IIndexable
type ICreatable<'T> = interface
    interface IIndexable
Public Interface ICreatable(Of T)
Implements IIndexable

类型参数

T
派生
实现

属性

Key (继承自 IIndexable)
Name

获取可创建资源的名称。

方法

Create()

执行创建请求。

CreateAsync(CancellationToken, Boolean)

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

适用于