PrivateEndpointConnectionsOperationsExtensions.BeginDelete Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Delete a specific private endpoint connection.
public static void BeginDelete (this Microsoft.Azure.Management.EventGrid.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string parentType, string parentName, string privateEndpointConnectionName);
static member BeginDelete : Microsoft.Azure.Management.EventGrid.IPrivateEndpointConnectionsOperations * string * string * string * string -> unit
<Extension()>
Public Sub BeginDelete (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, parentType As String, parentName As String, privateEndpointConnectionName As String)
Parameters
- operations
- IPrivateEndpointConnectionsOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group within the user's subscription.
- parentType
- String
The type of the parent resource. This can be either 'topics', 'domains', or 'partnerNamespaces'. Possible values include: 'topics', 'domains', 'partnerNamespaces'
- parentName
- String
The name of the parent resource (namely, either, the topic name, domain name, or partner namespace name).
- privateEndpointConnectionName
- String
The name of the private endpoint connection connection.
Remarks
Delete a specific private endpoint connection under a topic, domain, or partner namespace.