共用方式為


AddonsOperationsExtensions.CreateOrUpdate 方法

定義

在私人雲端中建立或更新附加元件

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

參數

operations
IAddonsOperations

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

resourceGroupName
String

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

privateCloudName
String

私人雲端的名稱。

addonName
String

私人雲端的附加元件名稱

addon
Addon

私人雲端中的附加元件

傳回

適用於