次の方法で共有


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

クラウド リンク リソースの名前

適用対象