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

ProductOperationsExtensions 类

定义

ProductOperations 的扩展方法。

public static class ProductOperationsExtensions
type ProductOperationsExtensions = class
Public Module ProductOperationsExtensions
继承
ProductOperationsExtensions

方法

CreateOrUpdate(IProductOperations, String, String, String, ProductContract, String)

创建或更新产品。

CreateOrUpdateAsync(IProductOperations, String, String, String, ProductContract, String, CancellationToken)

创建或更新产品。

Delete(IProductOperations, String, String, String, String, Nullable<Boolean>)

删除产品。

DeleteAsync(IProductOperations, String, String, String, String, Nullable<Boolean>, CancellationToken)

删除产品。

Get(IProductOperations, String, String, String)

获取由其标识符指定的产品的详细信息。

GetAsync(IProductOperations, String, String, String, CancellationToken)

获取由其标识符指定的产品的详细信息。

GetEntityTag(IProductOperations, String, String, String)

获取实体状态 (Etag) 由其标识符指定的产品版本。

GetEntityTagAsync(IProductOperations, String, String, String, CancellationToken)

获取实体状态 (Etag) 由其标识符指定的产品版本。

ListByService(IProductOperations, String, String, ODataQuery<ProductContract>, Nullable<Boolean>, String)

列出指定服务实例中的产品集合。

ListByServiceAsync(IProductOperations, String, String, ODataQuery<ProductContract>, Nullable<Boolean>, String, CancellationToken)

列出指定服务实例中的产品集合。

ListByServiceNext(IProductOperations, String)

列出指定服务实例中的产品集合。

ListByServiceNextAsync(IProductOperations, String, CancellationToken)

列出指定服务实例中的产品集合。

ListByTags(IProductOperations, String, String, ODataQuery<TagResourceContract>, Nullable<Boolean>)

列出与标记关联的产品集合。

ListByTagsAsync(IProductOperations, String, String, ODataQuery<TagResourceContract>, Nullable<Boolean>, CancellationToken)

列出与标记关联的产品集合。

ListByTagsNext(IProductOperations, String)

列出与标记关联的产品集合。

ListByTagsNextAsync(IProductOperations, String, CancellationToken)

列出与标记关联的产品集合。

Update(IProductOperations, String, String, String, ProductUpdateParameters, String)

更新现有产品详细信息。

UpdateAsync(IProductOperations, String, String, String, ProductUpdateParameters, String, CancellationToken)

更新现有产品详细信息。

适用于