共用方式為


CloudLinksOperationsExtensions.Delete 方法

定義

刪除私人雲端中的雲端連結

public static void Delete (this Microsoft.Azure.Management.Avs.ICloudLinksOperations operations, string resourceGroupName, string privateCloudName, string cloudLinkName);
static member Delete : Microsoft.Azure.Management.Avs.ICloudLinksOperations * string * string * string -> unit
<Extension()>
Public Sub Delete (operations As ICloudLinksOperations, resourceGroupName As String, privateCloudName As String, cloudLinkName As String)

參數

operations
ICloudLinksOperations

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

resourceGroupName
String

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

privateCloudName
String

私人雲端的名稱

cloudLinkName
String

雲端連結資源的名稱

適用於