GatewayOperationsExtensions.BeginDeletingAsync 方法 (IGatewayOperations, String)
开始删除的虚拟网络网关操作将删除在 Azure 中指定的虚拟网络的网络网关。 (请参阅 https://msdn.microsoft.com/en-us/library/windowsazure/jj154129.aspx 有关详细信息)
命名空间: Microsoft.WindowsAzure.Management.Network
程序集: Microsoft.WindowsAzure.Management.Network(Microsoft.WindowsAzure.Management.Network.dll 中)
语法
public static Task<GatewayOperationResponse> BeginDeletingAsync(
this IGatewayOperations operations,
string networkName
)
public:
[ExtensionAttribute]
static Task<GatewayOperationResponse^>^ BeginDeletingAsync(
IGatewayOperations^ operations,
String^ networkName
)
static member BeginDeletingAsync :
operations:IGatewayOperations *
networkName:string -> Task<GatewayOperationResponse>
<ExtensionAttribute>
Public Shared Function BeginDeletingAsync (
operations As IGatewayOperations,
networkName As String
) As Task(Of GatewayOperationResponse)
参数
operations
Type: Microsoft.WindowsAzure.Management.Network.IGatewayOperations对 Microsoft.WindowsAzure.Management.Network.IGatewayOperations 引用。
networkName
Type: System.String必需。 虚拟网络的名称。
返回值
Type: System.Threading.Tasks.Task<GatewayOperationResponse>
标准服务响应,包括 HTTP 状态代码和请求 ID。
请参阅
GatewayOperationsExtensions 类
Microsoft.WindowsAzure.Management.Network 命名空间
返回页首