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 credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
30
+
:param subscription_id: Subscription credentials that uniquely identify a Microsoft Azure
31
+
subscription. The subscription ID forms part of the URI for every service call.
33
32
:type subscription_id: str
33
+
:keyword api_version: Api Version. Default value is "2015-08-01". Note that overriding this
:param subscription_id: Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
38
+
:param subscription_id: Subscription credentials that uniquely identify a Microsoft Azure
39
+
subscription. The subscription ID forms part of the URI for every service call.
43
40
:type subscription_id: str
44
-
:param str base_url: Service URL
45
-
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present.
41
+
:param base_url: Service URL. Default value is "https://management.azure.com".
42
+
:type base_url: str
43
+
:keyword api_version: Api Version. Default value is "2015-08-01". Note that overriding this
44
+
default value may result in unsupported behavior.
45
+
:paramtype api_version: str
46
+
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no
0 commit comments