你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IGalleries 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Azure 中库管理 API 的入口点。
public interface IGalleries : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsBatchDeletion, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Compute.Fluent.Gallery.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByResourceGroup, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByResourceGroup<Microsoft.Azure.Management.Compute.Fluent.IGallery>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.Compute.Fluent.IGallery>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListingByResourceGroup<Microsoft.Azure.Management.Compute.Fluent.IGallery>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Compute.Fluent.IGalleriesOperations>
type IGalleries = interface
interface IBeta
interface ISupportsCreating<IBlank>
interface ISupportsDeletingByResourceGroup
interface ISupportsBatchDeletion
interface ISupportsGettingByResourceGroup<IGallery>
interface ISupportsListingByResourceGroup<IGallery>
interface ISupportsListing<IGallery>
interface IHasInner<IGalleriesOperations>
Public Interface IGalleries
Implements IHasInner(Of IGalleriesOperations), ISupportsBatchDeletion, ISupportsCreating(Of IBlank), ISupportsDeletingByResourceGroup, ISupportsGettingByResourceGroup(Of IGallery), ISupportsListing(Of IGallery), ISupportsListingByResourceGroup(Of IGallery)
- 实现
属性
Inner |
Azure 中库管理 API 的入口点。 (继承自 IHasInner<T>) |