You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:param subscription_id: Subscription ID which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
36
+
:param subscription_id: Subscription ID which uniquely identify Microsoft Azure subscription.
37
+
The subscription ID forms part of the URI for every service call. Required.
33
38
:type subscription_id: str
39
+
:keyword api_version: Api Version. Default value is "2020-02-07-preview". Note that overriding
40
+
this default value may result in unsupported behavior.
:param subscription_id: Subscription ID which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
36
+
:param subscription_id: Subscription ID which uniquely identify Microsoft Azure subscription.
37
+
The subscription ID forms part of the URI for every service call. Required.
39
38
:type subscription_id: str
40
-
:param str base_url: Service URL
41
-
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present.
39
+
:param base_url: Service URL. Default value is "https://management.azure.com".
40
+
:type base_url: str
41
+
:keyword api_version: Api Version. Default value is "2020-02-07-preview". Note that overriding
42
+
this default value may result in unsupported behavior.
43
+
:paramtype api_version: str
44
+
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no
0 commit comments