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

GalleryImageVersionCollection 类

定义

一个表示 集合及其操作的 GalleryImageVersionResource 类。 GalleryImageVersionResource集合中的每个都将属于 的同一GalleryImageResource实例。 若要获取 GalleryImageVersionCollection 实例,请从 实例 GalleryImageResource调用 GetGalleryImageVersions 方法。

public class GalleryImageVersionCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Compute.GalleryImageVersionResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Compute.GalleryImageVersionResource>
type GalleryImageVersionCollection = class
    inherit ArmCollection
    interface seq<GalleryImageVersionResource>
    interface IEnumerable
    interface IAsyncEnumerable<GalleryImageVersionResource>
Public Class GalleryImageVersionCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of GalleryImageVersionResource), IEnumerable(Of GalleryImageVersionResource)
继承
GalleryImageVersionCollection
实现

构造函数

GalleryImageVersionCollection()

初始化 类的新实例 GalleryImageVersionCollection 进行模拟。

属性

Client

获取 ArmClient 创建自的此资源客户端。

(继承自 ArmCollection)
Diagnostics

获取此资源客户端的诊断选项。

(继承自 ArmCollection)
Endpoint

获取此资源客户端的基 URI。

(继承自 ArmCollection)
Id

获取资源标识符。

(继承自 ArmCollection)
Pipeline

获取此资源客户端的管道。

(继承自 ArmCollection)

方法

CreateOrUpdate(WaitUntil, String, GalleryImageVersionData, CancellationToken)

创建或更新库映像版本。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/gallerys/{galleryName}/images/{galleryImageName}/versions/{galleryImageVersionName}
  • 操作IdGalleryImageVersions_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, GalleryImageVersionData, CancellationToken)

创建或更新库映像版本。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/gallerys/{galleryName}/images/{galleryImageName}/versions/{galleryImageVersionName}
  • 操作IdGalleryImageVersions_CreateOrUpdate
Exists(String, Nullable<ReplicationStatusType>, CancellationToken)

检查 Azure 中是否存在资源。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/gallerys/{galleryName}/images/{galleryImageName}/versions/{galleryImageVersionName}
  • 操作IdGalleryImageVersions_Get
ExistsAsync(String, Nullable<ReplicationStatusType>, CancellationToken)

检查 Azure 中是否存在资源。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/gallerys/{galleryName}/images/{galleryImageName}/versions/{galleryImageVersionName}
  • 操作IdGalleryImageVersions_Get
Get(String, Nullable<ReplicationStatusType>, CancellationToken)

检索有关库映像版本的信息。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/gallerys/{galleryName}/images/{galleryImageName}/versions/{galleryImageVersionName}
  • 操作IdGalleryImageVersions_Get
GetAll(CancellationToken)

列出库映像定义中的库映像版本。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/gallerys/{galleryName}/images/{galleryImageName}/versions
  • 操作IdGalleryImageVersions_ListByGalleryImage
GetAllAsync(CancellationToken)

列出库映像定义中的库映像版本。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/gallerys/{galleryName}/images/{galleryImageName}/versions
  • 操作IdGalleryImageVersions_ListByGalleryImage
GetAsync(String, Nullable<ReplicationStatusType>, CancellationToken)

检索有关库映像版本的信息。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/gallerys/{galleryName}/images/{galleryImageName}/versions/{galleryImageVersionName}
  • 操作IdGalleryImageVersions_Get
TryGetApiVersion(ResourceType, String)

获取 API 版本替代(如果已为当前客户端选项设置)。

(继承自 ArmCollection)

显式接口实现

IAsyncEnumerable<GalleryImageVersionResource>.GetAsyncEnumerator(CancellationToken)

返回一个异步循环访问集合的枚举器。

IEnumerable.GetEnumerator()

返回循环访问集合的枚举数。

IEnumerable<GalleryImageVersionResource>.GetEnumerator()

返回一个循环访问集合的枚举器。

适用于