Share via


HybridConnectionsOperationsExtensions.Delete Method

Definition

Deletes a HybridConnection .

public static void Delete (this Microsoft.Azure.Management.Relay.IHybridConnectionsOperations operations, string resourceGroupName, string namespaceName, string hybridConnectionName);
static member Delete : Microsoft.Azure.Management.Relay.IHybridConnectionsOperations * string * string * string -> unit
<Extension()>
Public Sub Delete (operations As IHybridConnectionsOperations, resourceGroupName As String, namespaceName As String, hybridConnectionName As String)

Parameters

operations
IHybridConnectionsOperations

The operations group for this extension method.

resourceGroupName
String

Name of the Resource group within the Azure subscription.

namespaceName
String

The Namespace Name

hybridConnectionName
String

The hybrid connection name.

Applies to