次の方法で共有


CloudLinksOperationsExtensions.List メソッド

定義

プライベート クラウドのクラウド リンクを一覧表示する

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Avs.Models.CloudLink> List (this Microsoft.Azure.Management.Avs.ICloudLinksOperations operations, string resourceGroupName, string privateCloudName);
static member List : Microsoft.Azure.Management.Avs.ICloudLinksOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Avs.Models.CloudLink>
<Extension()>
Public Function List (operations As ICloudLinksOperations, resourceGroupName As String, privateCloudName As String) As IPage(Of CloudLink)

パラメーター

operations
ICloudLinksOperations

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

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

privateCloudName
String

プライベート クラウドの名前

戻り値

適用対象