SubnetServiceAssociationLink interface
Interface representing a SubnetServiceAssociationLink.
Methods
begin |
Delete container group virtual network association links. The operation does not delete other resources provided by the user. |
begin |
Delete container group virtual network association links. The operation does not delete other resources provided by the user. |
Method Details
beginDelete(string, string, string, SubnetServiceAssociationLinkDeleteOptionalParams)
Delete container group virtual network association links. The operation does not delete other resources provided by the user.
function beginDelete(resourceGroupName: string, virtualNetworkName: string, subnetName: string, options?: SubnetServiceAssociationLinkDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- virtualNetworkName
-
string
The name of the virtual network.
- subnetName
-
string
The name of the subnet.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, SubnetServiceAssociationLinkDeleteOptionalParams)
Delete container group virtual network association links. The operation does not delete other resources provided by the user.
function beginDeleteAndWait(resourceGroupName: string, virtualNetworkName: string, subnetName: string, options?: SubnetServiceAssociationLinkDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- virtualNetworkName
-
string
The name of the virtual network.
- subnetName
-
string
The name of the subnet.
The options parameters.
Returns
Promise<void>