次の方法で共有


VirtualMachineImagesEdgeZoneOperationsExtensions.ListPublishersAsync メソッド

定義

指定した Azure の場所とエッジ ゾーンの仮想マシン イメージパブリッシャーの一覧を取得します。

public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineImageResource>> ListPublishersAsync(this Microsoft.Azure.Management.Compute.IVirtualMachineImagesEdgeZoneOperations operations, string location, string edgeZone, System.Threading.CancellationToken cancellationToken = default);
static member ListPublishersAsync : Microsoft.Azure.Management.Compute.IVirtualMachineImagesEdgeZoneOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineImageResource>>
<Extension()>
Public Function ListPublishersAsync (operations As IVirtualMachineImagesEdgeZoneOperations, location As String, edgeZone As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of VirtualMachineImageResource))

パラメーター

operations
IVirtualMachineImagesEdgeZoneOperations

この拡張メソッドの操作グループ。

location
String

サポートされている Azure リージョンの名前。

edgeZone
String

エッジ ゾーンの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象