SubnetServiceAssociationLinkOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
ContainerInstanceManagementClient's
<xref:subnet_service_association_link> attribute.
Constructor
SubnetServiceAssociationLinkOperations(*args, **kwargs)
Methods
| begin_delete |
Delete container group virtual network association links. Delete container group virtual network association links. The operation does not delete other resources provided by the user. |
begin_delete
Delete container group virtual network association links.
Delete container group virtual network association links. The operation does not delete other resources provided by the user.
begin_delete(resource_group_name: str, virtual_network_name: str, subnet_name: str, **kwargs: Any) -> LROPoller[None]
Parameters
| Name | Description |
|---|---|
|
resource_group_name
Required
|
The name of the resource group. Required. |
|
virtual_network_name
Required
|
The name of the virtual network. Required. |
|
subnet_name
Required
|
The name of the subnet. Required. |
Keyword-Only Parameters
| Name | Description |
|---|---|
|
cls
|
A custom type or function that will be passed the direct response |
|
continuation_token
|
A continuation token to restart a poller from a saved state. |
|
polling
|
By default, your polling method will be ARMPolling. Pass in False for this operation to not poll, or pass in your own initialized polling object for a personal polling strategy. |
|
polling_interval
|
Default waiting time between two polls for LRO operations if no Retry-After header is present. |
Returns
| Type | Description |
|---|---|
|
An instance of LROPoller that returns either None or the result of cls(response) |
Exceptions
| Type | Description |
|---|---|
Attributes
models
models = <module 'azure.mgmt.containerinstance.models' from 'C:\\ToolCache\\Python\\3.12.10\\x64\\Lib\\site-packages\\py2docfx\\venv\\venv98\\Lib\\site-packages\\azure\\mgmt\\containerinstance\\models\\__init__.py'>