azure.mgmt.network.v2017_06_01 package

Module contents

class azure.mgmt.network.v2017_06_01.NetworkManagementClient(credential: ‘TokenCredential’, subscription_id: str, base_url: Optional[str] = None, **kwargs: Any)[source]

Bases: azure.mgmt.network.v2017_06_01.operations._network_management_client_operations.NetworkManagementClientOperationsMixin

Network Client.

Variables
Parameters
  • credential (TokenCredential) – Credential needed for the client to connect to Azure.

  • subscription_id (str) – The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

  • base_url (str) – Service URL

Keyword Arguments

polling_interval (int) – Default waiting time between two polls for LRO operations if no Retry-After header is present.

close()None[source]