共用方式為


AddonsOperationsExtensions.List(IAddonsOperations, String, String) 方法

定義

列出私人雲端中的附加元件

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

參數

operations
IAddonsOperations

這個擴充方法的作業群組。

resourceGroupName
String

資源群組的名稱。 名稱不區分大小寫。

privateCloudName
String

私人雲端的名稱

傳回

適用於