azure.mgmt.compute.v2017_03_30.operations module¶
-
class
azure.mgmt.compute.v2017_03_30.operations.
AvailabilitySetsOperations
(client, config, serializer, deserializer)[source]¶ Bases:
object
AvailabilitySetsOperations operations.
You should not instantiate directly this class, but create a Client instance that will create it for you and attach it as attribute.
- Parameters
client – Client for service requests.
config – Configuration of service client.
serializer – An object model serializer.
deserializer – An object model deserializer.
- Variables
api_version – Client Api Version. Constant value: “2017-03-30”.
-
create_or_update
(resource_group_name, availability_set_name, parameters, custom_headers=None, raw=False, **operation_config)[source]¶ Create or update an availability set.
- Parameters
resource_group_name (str) – The name of the resource group.
availability_set_name (str) – The name of the availability set.
parameters (AvailabilitySet) – Parameters supplied to the Create Availability Set operation.
custom_headers (dict) – headers that will be added to the request
raw (bool) – returns the direct response alongside the deserialized response
operation_config – Operation configuration overrides.
- Returns
AvailabilitySet or ClientRawResponse if raw=true
- Return type
AvailabilitySet or ClientRawResponse
- Raises
CloudError
-
delete
(resource_group_name, availability_set_name, custom_headers=None, raw=False, **operation_config)[source]¶ Delete an availability set.
- Parameters
resource_group_name (str) – The name of the resource group.
availability_set_name (str) – The name of the availability set.
custom_headers (dict) – headers that will be added to the request
raw (bool) – returns the direct response alongside the deserialized response
operation_config – Operation configuration overrides.
- Returns
OperationStatusResponse or ClientRawResponse if raw=true
- Return type
OperationStatusResponse or ClientRawResponse
- Raises
CloudError
-
get
(resource_group_name, availability_set_name, custom_headers=None, raw=False, **operation_config)[source]¶ Retrieves information about an availability set.
- Parameters
resource_group_name (str) – The name of the resource group.
availability_set_name (str) – The name of the availability set.
custom_headers (dict) – headers that will be added to the request
raw (bool) – returns the direct response alongside the deserialized response
operation_config – Operation configuration overrides.
- Returns
AvailabilitySet or ClientRawResponse if raw=true
- Return type
AvailabilitySet or ClientRawResponse
- Raises
CloudError
-
list
(resource_group_name, custom_headers=None, raw=False, **operation_config)[source]¶ Lists all availability sets in a resource group.
- Parameters
- Returns
An iterator like instance of AvailabilitySet
- Return type
- Raises
CloudError
-
list_available_sizes
(resource_group_name, availability_set_name, custom_headers=None, raw=False, **operation_config)[source]¶ Lists all available virtual machine sizes that can be used to create a new virtual machine in an existing availability set.
- Parameters
resource_group_name (str) – The name of the resource group.
availability_set_name (str) – The name of the availability set.
custom_headers (dict) – headers that will be added to the request
raw (bool) – returns the direct response alongside the deserialized response
operation_config – Operation configuration overrides.
- Returns
An iterator like instance of VirtualMachineSize
- Return type
- Raises
CloudError
-
list_by_subscription
(expand=None, custom_headers=None, raw=False, **operation_config)[source]¶ Lists all availability sets in a subscription.
- Parameters
- Returns
An iterator like instance of AvailabilitySet
- Return type
- Raises
CloudError
-
models
= <module 'azure.mgmt.compute.v2017_03_30.models' from '/home/vsts/work/1/s/sdk/compute/azure-mgmt-compute/.tox/sphinx/lib/python3.6/site-packages/azure/mgmt/compute/v2017_03_30/models/__init__.py'>¶
-
class
azure.mgmt.compute.v2017_03_30.operations.
VirtualMachineExtensionImagesOperations
(client, config, serializer, deserializer)[source]¶ Bases:
object
VirtualMachineExtensionImagesOperations operations.
You should not instantiate directly this class, but create a Client instance that will create it for you and attach it as attribute.
- Parameters
client – Client for service requests.
config – Configuration of service client.
serializer – An object model serializer.
deserializer – An object model deserializer.
- Variables
api_version – Client Api Version. Constant value: “2017-03-30”.
-
get
(location, publisher_name, type, version, custom_headers=None, raw=False, **operation_config)[source]¶ Gets a virtual machine extension image.
- Parameters
location (str) – The name of a supported Azure region.
publisher_name (str) –
type (str) –
version (str) –
custom_headers (dict) – headers that will be added to the request
raw (bool) – returns the direct response alongside the deserialized response
operation_config – Operation configuration overrides.
- Returns
VirtualMachineExtensionImage or ClientRawResponse if raw=true
- Return type
VirtualMachineExtensionImage or ClientRawResponse
- Raises
CloudError
-
list_types
(location, publisher_name, custom_headers=None, raw=False, **operation_config)[source]¶ Gets a list of virtual machine extension image types.
- Parameters
- Returns
list or ClientRawResponse if raw=true
- Return type
list[VirtualMachineExtensionImage] or ClientRawResponse
- Raises
CloudError
-
list_versions
(location, publisher_name, type, filter=None, top=None, orderby=None, custom_headers=None, raw=False, **operation_config)[source]¶ Gets a list of virtual machine extension image versions.
- Parameters
location (str) – The name of a supported Azure region.
publisher_name (str) –
type (str) –
filter (str) – The filter to apply on the operation.
top (int) –
orderby (str) –
custom_headers (dict) – headers that will be added to the request
raw (bool) – returns the direct response alongside the deserialized response
operation_config – Operation configuration overrides.
- Returns
list or ClientRawResponse if raw=true
- Return type
list[VirtualMachineExtensionImage] or ClientRawResponse
- Raises
CloudError
-
models
= <module 'azure.mgmt.compute.v2017_03_30.models' from '/home/vsts/work/1/s/sdk/compute/azure-mgmt-compute/.tox/sphinx/lib/python3.6/site-packages/azure/mgmt/compute/v2017_03_30/models/__init__.py'>¶
-
class
azure.mgmt.compute.v2017_03_30.operations.
VirtualMachineExtensionsOperations
(client, config, serializer, deserializer)[source]¶ Bases:
object
VirtualMachineExtensionsOperations operations.
You should not instantiate directly this class, but create a Client instance that will create it for you and attach it as attribute.
- Parameters
client – Client for service requests.
config – Configuration of service client.
serializer – An object model serializer.
deserializer – An object model deserializer.
- Variables
api_version – Client Api Version. Constant value: “2017-03-30”.
-
create_or_update
(resource_group_name, vm_name, vm_extension_name, extension_parameters, custom_headers=None, raw=False, polling=True, **operation_config)[source]¶ The operation to create or update the extension.
- Parameters
resource_group_name (str) – The name of the resource group.
vm_name (str) – The name of the virtual machine where the extension should be created or updated.
vm_extension_name (str) – The name of the virtual machine extension.
extension_parameters (VirtualMachineExtension) – Parameters supplied to the Create Virtual Machine Extension operation.
custom_headers (dict) – headers that will be added to the request
raw (bool) – The poller return type is ClientRawResponse, the direct response alongside the deserialized response
polling – True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- Returns
An instance of LROPoller that returns VirtualMachineExtension or ClientRawResponse<VirtualMachineExtension> if raw==True
- Return type
AzureOperationPoller[VirtualMachineExtension] or AzureOperationPoller[ClientRawResponse[VirtualMachineExtension]]
- Raises
CloudError
-
delete
(resource_group_name, vm_name, vm_extension_name, custom_headers=None, raw=False, polling=True, **operation_config)[source]¶ The operation to delete the extension.
- Parameters
resource_group_name (str) – The name of the resource group.
vm_name (str) – The name of the virtual machine where the extension should be deleted.
vm_extension_name (str) – The name of the virtual machine extension.
custom_headers (dict) – headers that will be added to the request
raw (bool) – The poller return type is ClientRawResponse, the direct response alongside the deserialized response
polling – True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- Returns
An instance of LROPoller that returns OperationStatusResponse or ClientRawResponse<OperationStatusResponse> if raw==True
- Return type
AzureOperationPoller[OperationStatusResponse] or AzureOperationPoller[ClientRawResponse[OperationStatusResponse]]
- Raises
CloudError
-
get
(resource_group_name, vm_name, vm_extension_name, expand=None, custom_headers=None, raw=False, **operation_config)[source]¶ The operation to get the extension.
- Parameters
resource_group_name (str) – The name of the resource group.
vm_name (str) – The name of the virtual machine containing the extension.
vm_extension_name (str) – The name of the virtual machine extension.
expand (str) – The expand expression to apply on the operation.
custom_headers (dict) – headers that will be added to the request
raw (bool) – returns the direct response alongside the deserialized response
operation_config – Operation configuration overrides.
- Returns
VirtualMachineExtension or ClientRawResponse if raw=true
- Return type
VirtualMachineExtension or ClientRawResponse
- Raises
CloudError
-
update
(resource_group_name, vm_name, vm_extension_name, extension_parameters, custom_headers=None, raw=False, polling=True, **operation_config)[source]¶ The operation to update the extension.
- Parameters
resource_group_name (str) – The name of the resource group.
vm_name (str) – The name of the virtual machine where the extension should be updated.
vm_extension_name (str) – The name of the virtual machine extension.
extension_parameters (VirtualMachineExtensionUpdate) – Parameters supplied to the Update Virtual Machine Extension operation.
custom_headers (dict) – headers that will be added to the request
raw (bool) – The poller return type is ClientRawResponse, the direct response alongside the deserialized response
polling – True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- Returns
An instance of LROPoller that returns VirtualMachineExtension or ClientRawResponse<VirtualMachineExtension> if raw==True
- Return type
AzureOperationPoller[VirtualMachineExtension] or AzureOperationPoller[ClientRawResponse[VirtualMachineExtension]]
- Raises
CloudError
-
models
= <module 'azure.mgmt.compute.v2017_03_30.models' from '/home/vsts/work/1/s/sdk/compute/azure-mgmt-compute/.tox/sphinx/lib/python3.6/site-packages/azure/mgmt/compute/v2017_03_30/models/__init__.py'>¶
-
class
azure.mgmt.compute.v2017_03_30.operations.
VirtualMachinesOperations
(client, config, serializer, deserializer)[source]¶ Bases:
object
VirtualMachinesOperations operations.
You should not instantiate directly this class, but create a Client instance that will create it for you and attach it as attribute.
- Parameters
client – Client for service requests.
config – Configuration of service client.
serializer – An object model serializer.
deserializer – An object model deserializer.
- Variables
api_version – Client Api Version. Constant value: “2017-03-30”.
-
capture
(resource_group_name, vm_name, parameters, custom_headers=None, raw=False, polling=True, **operation_config)[source]¶ Captures the VM by copying virtual hard disks of the VM and outputs a template that can be used to create similar VMs.
- Parameters
resource_group_name (str) – The name of the resource group.
vm_name (str) – The name of the virtual machine.
parameters (VirtualMachineCaptureParameters) – Parameters supplied to the Capture Virtual Machine operation.
custom_headers (dict) – headers that will be added to the request
raw (bool) – The poller return type is ClientRawResponse, the direct response alongside the deserialized response
polling – True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- Returns
An instance of LROPoller that returns VirtualMachineCaptureResult or ClientRawResponse<VirtualMachineCaptureResult> if raw==True
- Return type
AzureOperationPoller[VirtualMachineCaptureResult] or AzureOperationPoller[ClientRawResponse[VirtualMachineCaptureResult]]
- Raises
CloudError
-
convert_to_managed_disks
(resource_group_name, vm_name, custom_headers=None, raw=False, polling=True, **operation_config)[source]¶ Converts virtual machine disks from blob-based to managed disks. Virtual machine must be stop-deallocated before invoking this operation.
- Parameters
resource_group_name (str) – The name of the resource group.
vm_name (str) – The name of the virtual machine.
custom_headers (dict) – headers that will be added to the request
raw (bool) – The poller return type is ClientRawResponse, the direct response alongside the deserialized response
polling – True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- Returns
An instance of LROPoller that returns OperationStatusResponse or ClientRawResponse<OperationStatusResponse> if raw==True
- Return type
AzureOperationPoller[OperationStatusResponse] or AzureOperationPoller[ClientRawResponse[OperationStatusResponse]]
- Raises
CloudError
-
create_or_update
(resource_group_name, vm_name, parameters, custom_headers=None, raw=False, polling=True, **operation_config)[source]¶ The operation to create or update a virtual machine.
- Parameters
resource_group_name (str) – The name of the resource group.
vm_name (str) – The name of the virtual machine.
parameters (VirtualMachine) – Parameters supplied to the Create Virtual Machine operation.
custom_headers (dict) – headers that will be added to the request
raw (bool) – The poller return type is ClientRawResponse, the direct response alongside the deserialized response
polling – True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- Returns
An instance of LROPoller that returns VirtualMachine or ClientRawResponse<VirtualMachine> if raw==True
- Return type
AzureOperationPoller[VirtualMachine] or AzureOperationPoller[ClientRawResponse[VirtualMachine]]
- Raises
CloudError
-
deallocate
(resource_group_name, vm_name, custom_headers=None, raw=False, polling=True, **operation_config)[source]¶ Shuts down the virtual machine and releases the compute resources. You are not billed for the compute resources that this virtual machine uses.
- Parameters
resource_group_name (str) – The name of the resource group.
vm_name (str) – The name of the virtual machine.
custom_headers (dict) – headers that will be added to the request
raw (bool) – The poller return type is ClientRawResponse, the direct response alongside the deserialized response
polling – True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- Returns
An instance of LROPoller that returns OperationStatusResponse or ClientRawResponse<OperationStatusResponse> if raw==True
- Return type
AzureOperationPoller[OperationStatusResponse] or AzureOperationPoller[ClientRawResponse[OperationStatusResponse]]
- Raises
CloudError
-
delete
(resource_group_name, vm_name, custom_headers=None, raw=False, polling=True, **operation_config)[source]¶ The operation to delete a virtual machine.
- Parameters
resource_group_name (str) – The name of the resource group.
vm_name (str) – The name of the virtual machine.
custom_headers (dict) – headers that will be added to the request
raw (bool) – The poller return type is ClientRawResponse, the direct response alongside the deserialized response
polling – True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- Returns
An instance of LROPoller that returns OperationStatusResponse or ClientRawResponse<OperationStatusResponse> if raw==True
- Return type
AzureOperationPoller[OperationStatusResponse] or AzureOperationPoller[ClientRawResponse[OperationStatusResponse]]
- Raises
CloudError
-
generalize
(resource_group_name, vm_name, custom_headers=None, raw=False, **operation_config)[source]¶ Sets the state of the virtual machine to generalized.
- Parameters
resource_group_name (str) – The name of the resource group.
vm_name (str) – The name of the virtual machine.
custom_headers (dict) – headers that will be added to the request
raw (bool) – returns the direct response alongside the deserialized response
operation_config – Operation configuration overrides.
- Returns
OperationStatusResponse or ClientRawResponse if raw=true
- Return type
OperationStatusResponse or ClientRawResponse
- Raises
CloudError
-
get
(resource_group_name, vm_name, expand=None, custom_headers=None, raw=False, **operation_config)[source]¶ Retrieves information about the model view or the instance view of a virtual machine.
- Parameters
resource_group_name (str) – The name of the resource group.
vm_name (str) – The name of the virtual machine.
expand (str or InstanceViewTypes) – The expand expression to apply on the operation. Possible values include: ‘instanceView’
custom_headers (dict) – headers that will be added to the request
raw (bool) – returns the direct response alongside the deserialized response
operation_config – Operation configuration overrides.
- Returns
VirtualMachine or ClientRawResponse if raw=true
- Return type
VirtualMachine or ClientRawResponse
- Raises
CloudError
-
get_extensions
(resource_group_name, vm_name, expand=None, custom_headers=None, raw=False, **operation_config)[source]¶ The operation to get all extensions of a Virtual Machine.
- Parameters
resource_group_name (str) – The name of the resource group.
vm_name (str) – The name of the virtual machine containing the extension.
expand (str) – The expand expression to apply on the operation.
custom_headers (dict) – headers that will be added to the request
raw (bool) – returns the direct response alongside the deserialized response
operation_config – Operation configuration overrides.
- Returns
VirtualMachineExtensionsListResult or ClientRawResponse if raw=true
- Return type
VirtualMachineExtensionsListResult or ClientRawResponse
- Raises
CloudError
-
instance_view
(resource_group_name, vm_name, custom_headers=None, raw=False, **operation_config)[source]¶ Retrieves information about the run-time state of a virtual machine.
- Parameters
resource_group_name (str) – The name of the resource group.
vm_name (str) – The name of the virtual machine.
custom_headers (dict) – headers that will be added to the request
raw (bool) – returns the direct response alongside the deserialized response
operation_config – Operation configuration overrides.
- Returns
VirtualMachineInstanceView or ClientRawResponse if raw=true
- Return type
VirtualMachineInstanceView or ClientRawResponse
- Raises
CloudError
-
list
(resource_group_name, custom_headers=None, raw=False, **operation_config)[source]¶ Lists all of the virtual machines in the specified resource group. Use the nextLink property in the response to get the next page of virtual machines.
- Parameters
- Returns
An iterator like instance of VirtualMachine
- Return type
- Raises
CloudError
-
list_all
(custom_headers=None, raw=False, **operation_config)[source]¶ Lists all of the virtual machines in the specified subscription. Use the nextLink property in the response to get the next page of virtual machines.
- Parameters
- Returns
An iterator like instance of VirtualMachine
- Return type
- Raises
CloudError
-
list_available_sizes
(resource_group_name, vm_name, custom_headers=None, raw=False, **operation_config)[source]¶ Lists all available virtual machine sizes to which the specified virtual machine can be resized.
- Parameters
resource_group_name (str) – The name of the resource group.
vm_name (str) – The name of the virtual machine.
custom_headers (dict) – headers that will be added to the request
raw (bool) – returns the direct response alongside the deserialized response
operation_config – Operation configuration overrides.
- Returns
An iterator like instance of VirtualMachineSize
- Return type
- Raises
CloudError
-
list_by_location
(location, custom_headers=None, raw=False, **operation_config)[source]¶ Gets all the virtual machines under the specified subscription for the specified location.
- Parameters
- Returns
An iterator like instance of VirtualMachine
- Return type
- Raises
CloudError
-
perform_maintenance
(resource_group_name, vm_name, custom_headers=None, raw=False, polling=True, **operation_config)[source]¶ The operation to perform maintenance on a virtual machine.
- Parameters
resource_group_name (str) – The name of the resource group.
vm_name (str) – The name of the virtual machine.
custom_headers (dict) – headers that will be added to the request
raw (bool) – The poller return type is ClientRawResponse, the direct response alongside the deserialized response
polling – True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- Returns
An instance of LROPoller that returns OperationStatusResponse or ClientRawResponse<OperationStatusResponse> if raw==True
- Return type
AzureOperationPoller[OperationStatusResponse] or AzureOperationPoller[ClientRawResponse[OperationStatusResponse]]
- Raises
CloudError
-
power_off
(resource_group_name, vm_name, custom_headers=None, raw=False, polling=True, **operation_config)[source]¶ The operation to power off (stop) a virtual machine. The virtual machine can be restarted with the same provisioned resources. You are still charged for this virtual machine.
- Parameters
resource_group_name (str) – The name of the resource group.
vm_name (str) – The name of the virtual machine.
custom_headers (dict) – headers that will be added to the request
raw (bool) – The poller return type is ClientRawResponse, the direct response alongside the deserialized response
polling – True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- Returns
An instance of LROPoller that returns OperationStatusResponse or ClientRawResponse<OperationStatusResponse> if raw==True
- Return type
AzureOperationPoller[OperationStatusResponse] or AzureOperationPoller[ClientRawResponse[OperationStatusResponse]]
- Raises
CloudError
-
redeploy
(resource_group_name, vm_name, custom_headers=None, raw=False, polling=True, **operation_config)[source]¶ Shuts down the virtual machine, moves it to a new node, and powers it back on.
- Parameters
resource_group_name (str) – The name of the resource group.
vm_name (str) – The name of the virtual machine.
custom_headers (dict) – headers that will be added to the request
raw (bool) – The poller return type is ClientRawResponse, the direct response alongside the deserialized response
polling – True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- Returns
An instance of LROPoller that returns OperationStatusResponse or ClientRawResponse<OperationStatusResponse> if raw==True
- Return type
AzureOperationPoller[OperationStatusResponse] or AzureOperationPoller[ClientRawResponse[OperationStatusResponse]]
- Raises
CloudError
-
restart
(resource_group_name, vm_name, custom_headers=None, raw=False, polling=True, **operation_config)[source]¶ The operation to restart a virtual machine.
- Parameters
resource_group_name (str) – The name of the resource group.
vm_name (str) – The name of the virtual machine.
custom_headers (dict) – headers that will be added to the request
raw (bool) – The poller return type is ClientRawResponse, the direct response alongside the deserialized response
polling – True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- Returns
An instance of LROPoller that returns OperationStatusResponse or ClientRawResponse<OperationStatusResponse> if raw==True
- Return type
AzureOperationPoller[OperationStatusResponse] or AzureOperationPoller[ClientRawResponse[OperationStatusResponse]]
- Raises
CloudError
-
run_command
(resource_group_name, vm_name, parameters, custom_headers=None, raw=False, polling=True, **operation_config)[source]¶ Run command on the VM.
- Parameters
resource_group_name (str) – The name of the resource group.
vm_name (str) – The name of the virtual machine.
parameters (RunCommandInput) – Parameters supplied to the Run command operation.
custom_headers (dict) – headers that will be added to the request
raw (bool) – The poller return type is ClientRawResponse, the direct response alongside the deserialized response
polling – True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- Returns
An instance of LROPoller that returns RunCommandResult or ClientRawResponse<RunCommandResult> if raw==True
- Return type
AzureOperationPoller[RunCommandResult] or AzureOperationPoller[ClientRawResponse[RunCommandResult]]
- Raises
CloudError
-
start
(resource_group_name, vm_name, custom_headers=None, raw=False, polling=True, **operation_config)[source]¶ The operation to start a virtual machine.
- Parameters
resource_group_name (str) – The name of the resource group.
vm_name (str) – The name of the virtual machine.
custom_headers (dict) – headers that will be added to the request
raw (bool) – The poller return type is ClientRawResponse, the direct response alongside the deserialized response
polling – True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- Returns
An instance of LROPoller that returns OperationStatusResponse or ClientRawResponse<OperationStatusResponse> if raw==True
- Return type
AzureOperationPoller[OperationStatusResponse] or AzureOperationPoller[ClientRawResponse[OperationStatusResponse]]
- Raises
CloudError
-
models
= <module 'azure.mgmt.compute.v2017_03_30.models' from '/home/vsts/work/1/s/sdk/compute/azure-mgmt-compute/.tox/sphinx/lib/python3.6/site-packages/azure/mgmt/compute/v2017_03_30/models/__init__.py'>¶
-
class
azure.mgmt.compute.v2017_03_30.operations.
VirtualMachineImagesOperations
(client, config, serializer, deserializer)[source]¶ Bases:
object
VirtualMachineImagesOperations operations.
You should not instantiate directly this class, but create a Client instance that will create it for you and attach it as attribute.
- Parameters
client – Client for service requests.
config – Configuration of service client.
serializer – An object model serializer.
deserializer – An object model deserializer.
- Variables
api_version – Client Api Version. Constant value: “2017-03-30”.
-
get
(location, publisher_name, offer, skus, version, custom_headers=None, raw=False, **operation_config)[source]¶ Gets a virtual machine image.
- Parameters
location (str) – The name of a supported Azure region.
publisher_name (str) – A valid image publisher.
offer (str) – A valid image publisher offer.
skus (str) – A valid image SKU.
version (str) – A valid image SKU version.
custom_headers (dict) – headers that will be added to the request
raw (bool) – returns the direct response alongside the deserialized response
operation_config – Operation configuration overrides.
- Returns
VirtualMachineImage or ClientRawResponse if raw=true
- Return type
VirtualMachineImage or ClientRawResponse
- Raises
CloudError
-
list
(location, publisher_name, offer, skus, filter=None, top=None, orderby=None, custom_headers=None, raw=False, **operation_config)[source]¶ Gets a list of all virtual machine image versions for the specified location, publisher, offer, and SKU.
- Parameters
location (str) – The name of a supported Azure region.
publisher_name (str) – A valid image publisher.
offer (str) – A valid image publisher offer.
skus (str) – A valid image SKU.
filter (str) – The filter to apply on the operation.
top (int) –
orderby (str) –
custom_headers (dict) – headers that will be added to the request
raw (bool) – returns the direct response alongside the deserialized response
operation_config – Operation configuration overrides.
- Returns
list or ClientRawResponse if raw=true
- Return type
list[VirtualMachineImageResource] or ClientRawResponse
- Raises
CloudError
-
list_offers
(location, publisher_name, custom_headers=None, raw=False, **operation_config)[source]¶ Gets a list of virtual machine image offers for the specified location and publisher.
- Parameters
- Returns
list or ClientRawResponse if raw=true
- Return type
list[VirtualMachineImageResource] or ClientRawResponse
- Raises
CloudError
-
list_publishers
(location, custom_headers=None, raw=False, **operation_config)[source]¶ Gets a list of virtual machine image publishers for the specified Azure location.
- Parameters
- Returns
list or ClientRawResponse if raw=true
- Return type
list[VirtualMachineImageResource] or ClientRawResponse
- Raises
CloudError
-
list_skus
(location, publisher_name, offer, custom_headers=None, raw=False, **operation_config)[source]¶ Gets a list of virtual machine image SKUs for the specified location, publisher, and offer.
- Parameters
location (str) – The name of a supported Azure region.
publisher_name (str) – A valid image publisher.
offer (str) – A valid image publisher offer.
custom_headers (dict) – headers that will be added to the request
raw (bool) – returns the direct response alongside the deserialized response
operation_config – Operation configuration overrides.
- Returns
list or ClientRawResponse if raw=true
- Return type
list[VirtualMachineImageResource] or ClientRawResponse
- Raises
CloudError
-
models
= <module 'azure.mgmt.compute.v2017_03_30.models' from '/home/vsts/work/1/s/sdk/compute/azure-mgmt-compute/.tox/sphinx/lib/python3.6/site-packages/azure/mgmt/compute/v2017_03_30/models/__init__.py'>¶
-
class
azure.mgmt.compute.v2017_03_30.operations.
UsageOperations
(client, config, serializer, deserializer)[source]¶ Bases:
object
UsageOperations operations.
You should not instantiate directly this class, but create a Client instance that will create it for you and attach it as attribute.
- Parameters
client – Client for service requests.
config – Configuration of service client.
serializer – An object model serializer.
deserializer – An object model deserializer.
- Variables
api_version – Client Api Version. Constant value: “2017-03-30”.
-
list
(location, custom_headers=None, raw=False, **operation_config)[source]¶ Gets, for the specified location, the current compute resource usage information as well as the limits for compute resources under the subscription.
- Parameters
- Returns
An iterator like instance of Usage
- Return type
- Raises
CloudError
-
models
= <module 'azure.mgmt.compute.v2017_03_30.models' from '/home/vsts/work/1/s/sdk/compute/azure-mgmt-compute/.tox/sphinx/lib/python3.6/site-packages/azure/mgmt/compute/v2017_03_30/models/__init__.py'>¶
-
class
azure.mgmt.compute.v2017_03_30.operations.
VirtualMachineSizesOperations
(client, config, serializer, deserializer)[source]¶ Bases:
object
VirtualMachineSizesOperations operations.
You should not instantiate directly this class, but create a Client instance that will create it for you and attach it as attribute.
- Parameters
client – Client for service requests.
config – Configuration of service client.
serializer – An object model serializer.
deserializer – An object model deserializer.
- Variables
api_version – Client Api Version. Constant value: “2017-03-30”.
-
list
(location, custom_headers=None, raw=False, **operation_config)[source]¶ Lists all available virtual machine sizes for a subscription in a location.
- Parameters
- Returns
An iterator like instance of VirtualMachineSize
- Return type
- Raises
CloudError
-
models
= <module 'azure.mgmt.compute.v2017_03_30.models' from '/home/vsts/work/1/s/sdk/compute/azure-mgmt-compute/.tox/sphinx/lib/python3.6/site-packages/azure/mgmt/compute/v2017_03_30/models/__init__.py'>¶
-
class
azure.mgmt.compute.v2017_03_30.operations.
ImagesOperations
(client, config, serializer, deserializer)[source]¶ Bases:
object
ImagesOperations operations.
You should not instantiate directly this class, but create a Client instance that will create it for you and attach it as attribute.
- Parameters
client – Client for service requests.
config – Configuration of service client.
serializer – An object model serializer.
deserializer – An object model deserializer.
- Variables
api_version – Client Api Version. Constant value: “2017-03-30”.
-
create_or_update
(resource_group_name, image_name, parameters, custom_headers=None, raw=False, polling=True, **operation_config)[source]¶ Create or update an image.
- Parameters
resource_group_name (str) – The name of the resource group.
image_name (str) – The name of the image.
parameters (Image) – Parameters supplied to the Create Image operation.
custom_headers (dict) – headers that will be added to the request
raw (bool) – The poller return type is ClientRawResponse, the direct response alongside the deserialized response
polling – True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- Returns
An instance of LROPoller that returns Image or ClientRawResponse<Image> if raw==True
- Return type
AzureOperationPoller[Image] or AzureOperationPoller[ClientRawResponse[Image]]
- Raises
CloudError
-
delete
(resource_group_name, image_name, custom_headers=None, raw=False, polling=True, **operation_config)[source]¶ Deletes an Image.
- Parameters
resource_group_name (str) – The name of the resource group.
image_name (str) – The name of the image.
custom_headers (dict) – headers that will be added to the request
raw (bool) – The poller return type is ClientRawResponse, the direct response alongside the deserialized response
polling – True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- Returns
An instance of LROPoller that returns OperationStatusResponse or ClientRawResponse<OperationStatusResponse> if raw==True
- Return type
AzureOperationPoller[OperationStatusResponse] or AzureOperationPoller[ClientRawResponse[OperationStatusResponse]]
- Raises
CloudError
-
get
(resource_group_name, image_name, expand=None, custom_headers=None, raw=False, **operation_config)[source]¶ Gets an image.
- Parameters
resource_group_name (str) – The name of the resource group.
image_name (str) – The name of the image.
expand (str) – The expand expression to apply on the operation.
custom_headers (dict) – headers that will be added to the request
raw (bool) – returns the direct response alongside the deserialized response
operation_config – Operation configuration overrides.
- Returns
Image or ClientRawResponse if raw=true
- Return type
Image or ClientRawResponse
- Raises
CloudError
-
list
(custom_headers=None, raw=False, **operation_config)[source]¶ Gets the list of Images in the subscription. Use nextLink property in the response to get the next page of Images. Do this till nextLink is null to fetch all the Images.
- Parameters
- Returns
An iterator like instance of Image
- Return type
- Raises
CloudError
-
list_by_resource_group
(resource_group_name, custom_headers=None, raw=False, **operation_config)[source]¶ Gets the list of images under a resource group.
- Parameters
- Returns
An iterator like instance of Image
- Return type
- Raises
CloudError
-
models
= <module 'azure.mgmt.compute.v2017_03_30.models' from '/home/vsts/work/1/s/sdk/compute/azure-mgmt-compute/.tox/sphinx/lib/python3.6/site-packages/azure/mgmt/compute/v2017_03_30/models/__init__.py'>¶
-
class
azure.mgmt.compute.v2017_03_30.operations.
ResourceSkusOperations
(client, config, serializer, deserializer)[source]¶ Bases:
object
ResourceSkusOperations operations.
You should not instantiate directly this class, but create a Client instance that will create it for you and attach it as attribute.
- Parameters
client – Client for service requests.
config – Configuration of service client.
serializer – An object model serializer.
deserializer – An object model deserializer.
- Variables
api_version – Client Api Version. Constant value: “2017-03-30”.
-
list
(custom_headers=None, raw=False, **operation_config)[source]¶ Gets the list of Microsoft.Compute SKUs available for your Subscription.
- Parameters
- Returns
An iterator like instance of ResourceSku
- Return type
- Raises
CloudError
-
models
= <module 'azure.mgmt.compute.v2017_03_30.models' from '/home/vsts/work/1/s/sdk/compute/azure-mgmt-compute/.tox/sphinx/lib/python3.6/site-packages/azure/mgmt/compute/v2017_03_30/models/__init__.py'>¶
-
class
azure.mgmt.compute.v2017_03_30.operations.
VirtualMachineScaleSetsOperations
(client, config, serializer, deserializer)[source]¶ Bases:
object
VirtualMachineScaleSetsOperations operations.
You should not instantiate directly this class, but create a Client instance that will create it for you and attach it as attribute.
- Parameters
client – Client for service requests.
config – Configuration of service client.
serializer – An object model serializer.
deserializer – An object model deserializer.
- Variables
api_version – Client Api Version. Constant value: “2017-03-30”.
-
create_or_update
(resource_group_name, vm_scale_set_name, parameters, custom_headers=None, raw=False, polling=True, **operation_config)[source]¶ Create or update a VM scale set.
- Parameters
resource_group_name (str) – The name of the resource group.
vm_scale_set_name (str) – The name of the VM scale set to create or update.
parameters (VirtualMachineScaleSet) – The scale set object.
custom_headers (dict) – headers that will be added to the request
raw (bool) – The poller return type is ClientRawResponse, the direct response alongside the deserialized response
polling – True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- Returns
An instance of LROPoller that returns VirtualMachineScaleSet or ClientRawResponse<VirtualMachineScaleSet> if raw==True
- Return type
AzureOperationPoller[VirtualMachineScaleSet] or AzureOperationPoller[ClientRawResponse[VirtualMachineScaleSet]]
- Raises
CloudError
-
deallocate
(resource_group_name, vm_scale_set_name, instance_ids=None, custom_headers=None, raw=False, polling=True, **operation_config)[source]¶ Deallocates specific virtual machines in a VM scale set. Shuts down the virtual machines and releases the compute resources. You are not billed for the compute resources that this virtual machine scale set deallocates.
- Parameters
resource_group_name (str) – The name of the resource group.
vm_scale_set_name (str) – The name of the VM scale set.
instance_ids (list[str]) – The virtual machine scale set instance ids. Omitting the virtual machine scale set instance ids will result in the operation being performed on all virtual machines in the virtual machine scale set.
custom_headers (dict) – headers that will be added to the request
raw (bool) – The poller return type is ClientRawResponse, the direct response alongside the deserialized response
polling – True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- Returns
An instance of LROPoller that returns OperationStatusResponse or ClientRawResponse<OperationStatusResponse> if raw==True
- Return type
AzureOperationPoller[OperationStatusResponse] or AzureOperationPoller[ClientRawResponse[OperationStatusResponse]]
- Raises
CloudError
-
delete
(resource_group_name, vm_scale_set_name, custom_headers=None, raw=False, polling=True, **operation_config)[source]¶ Deletes a VM scale set.
- Parameters
resource_group_name (str) – The name of the resource group.
vm_scale_set_name (str) – The name of the VM scale set.
custom_headers (dict) – headers that will be added to the request
raw (bool) – The poller return type is ClientRawResponse, the direct response alongside the deserialized response
polling – True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- Returns
An instance of LROPoller that returns OperationStatusResponse or ClientRawResponse<OperationStatusResponse> if raw==True
- Return type
AzureOperationPoller[OperationStatusResponse] or AzureOperationPoller[ClientRawResponse[OperationStatusResponse]]
- Raises
CloudError
-
delete_instances
(resource_group_name, vm_scale_set_name, instance_ids, custom_headers=None, raw=False, polling=True, **operation_config)[source]¶ Deletes virtual machines in a VM scale set.
- Parameters
resource_group_name (str) – The name of the resource group.
vm_scale_set_name (str) – The name of the VM scale set.
instance_ids (list[str]) – The virtual machine scale set instance ids.
custom_headers (dict) – headers that will be added to the request
raw (bool) – The poller return type is ClientRawResponse, the direct response alongside the deserialized response
polling – True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- Returns
An instance of LROPoller that returns OperationStatusResponse or ClientRawResponse<OperationStatusResponse> if raw==True
- Return type
AzureOperationPoller[OperationStatusResponse] or AzureOperationPoller[ClientRawResponse[OperationStatusResponse]]
- Raises
CloudError
-
get
(resource_group_name, vm_scale_set_name, custom_headers=None, raw=False, **operation_config)[source]¶ Display information about a virtual machine scale set.
- Parameters
resource_group_name (str) – The name of the resource group.
vm_scale_set_name (str) – The name of the VM scale set.
custom_headers (dict) – headers that will be added to the request
raw (bool) – returns the direct response alongside the deserialized response
operation_config – Operation configuration overrides.
- Returns
VirtualMachineScaleSet or ClientRawResponse if raw=true
- Return type
VirtualMachineScaleSet or ClientRawResponse
- Raises
CloudError
-
get_instance_view
(resource_group_name, vm_scale_set_name, custom_headers=None, raw=False, **operation_config)[source]¶ Gets the status of a VM scale set instance.
- Parameters
resource_group_name (str) – The name of the resource group.
vm_scale_set_name (str) – The name of the VM scale set.
custom_headers (dict) – headers that will be added to the request
raw (bool) – returns the direct response alongside the deserialized response
operation_config – Operation configuration overrides.
- Returns
VirtualMachineScaleSetInstanceView or ClientRawResponse if raw=true
- Return type
VirtualMachineScaleSetInstanceView or ClientRawResponse
- Raises
CloudError
-
list
(resource_group_name, custom_headers=None, raw=False, **operation_config)[source]¶ Gets a list of all VM scale sets under a resource group.
- Parameters
- Returns
An iterator like instance of VirtualMachineScaleSet
- Return type
- Raises
CloudError
-
list_all
(custom_headers=None, raw=False, **operation_config)[source]¶ Gets a list of all VM Scale Sets in the subscription, regardless of the associated resource group. Use nextLink property in the response to get the next page of VM Scale Sets. Do this till nextLink is null to fetch all the VM Scale Sets.
- Parameters
- Returns
An iterator like instance of VirtualMachineScaleSet
- Return type
- Raises
CloudError
-
list_skus
(resource_group_name, vm_scale_set_name, custom_headers=None, raw=False, **operation_config)[source]¶ Gets a list of SKUs available for your VM scale set, including the minimum and maximum VM instances allowed for each SKU.
- Parameters
resource_group_name (str) – The name of the resource group.
vm_scale_set_name (str) – The name of the VM scale set.
custom_headers (dict) – headers that will be added to the request
raw (bool) – returns the direct response alongside the deserialized response
operation_config – Operation configuration overrides.
- Returns
An iterator like instance of VirtualMachineScaleSetSku
- Return type
- Raises
CloudError
-
power_off
(resource_group_name, vm_scale_set_name, instance_ids=None, custom_headers=None, raw=False, polling=True, **operation_config)[source]¶ Power off (stop) one or more virtual machines in a VM scale set. Note that resources are still attached and you are getting charged for the resources. Instead, use deallocate to release resources and avoid charges.
- Parameters
resource_group_name (str) – The name of the resource group.
vm_scale_set_name (str) – The name of the VM scale set.
instance_ids (list[str]) – The virtual machine scale set instance ids. Omitting the virtual machine scale set instance ids will result in the operation being performed on all virtual machines in the virtual machine scale set.
custom_headers (dict) – headers that will be added to the request
raw (bool) – The poller return type is ClientRawResponse, the direct response alongside the deserialized response
polling – True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- Returns
An instance of LROPoller that returns OperationStatusResponse or ClientRawResponse<OperationStatusResponse> if raw==True
- Return type
AzureOperationPoller[OperationStatusResponse] or AzureOperationPoller[ClientRawResponse[OperationStatusResponse]]
- Raises
CloudError
-
reimage
(resource_group_name, vm_scale_set_name, instance_ids=None, custom_headers=None, raw=False, polling=True, **operation_config)[source]¶ Reimages (upgrade the operating system) one or more virtual machines in a VM scale set.
- Parameters
resource_group_name (str) – The name of the resource group.
vm_scale_set_name (str) – The name of the VM scale set.
instance_ids (list[str]) – The virtual machine scale set instance ids. Omitting the virtual machine scale set instance ids will result in the operation being performed on all virtual machines in the virtual machine scale set.
custom_headers (dict) – headers that will be added to the request
raw (bool) – The poller return type is ClientRawResponse, the direct response alongside the deserialized response
polling – True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- Returns
An instance of LROPoller that returns OperationStatusResponse or ClientRawResponse<OperationStatusResponse> if raw==True
- Return type
AzureOperationPoller[OperationStatusResponse] or AzureOperationPoller[ClientRawResponse[OperationStatusResponse]]
- Raises
CloudError
-
reimage_all
(resource_group_name, vm_scale_set_name, instance_ids=None, custom_headers=None, raw=False, polling=True, **operation_config)[source]¶ Reimages all the disks ( including data disks ) in the virtual machines in a VM scale set. This operation is only supported for managed disks.
- Parameters
resource_group_name (str) – The name of the resource group.
vm_scale_set_name (str) – The name of the VM scale set.
instance_ids (list[str]) – The virtual machine scale set instance ids. Omitting the virtual machine scale set instance ids will result in the operation being performed on all virtual machines in the virtual machine scale set.
custom_headers (dict) – headers that will be added to the request
raw (bool) – The poller return type is ClientRawResponse, the direct response alongside the deserialized response
polling – True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- Returns
An instance of LROPoller that returns OperationStatusResponse or ClientRawResponse<OperationStatusResponse> if raw==True
- Return type
AzureOperationPoller[OperationStatusResponse] or AzureOperationPoller[ClientRawResponse[OperationStatusResponse]]
- Raises
CloudError
-
restart
(resource_group_name, vm_scale_set_name, instance_ids=None, custom_headers=None, raw=False, polling=True, **operation_config)[source]¶ Restarts one or more virtual machines in a VM scale set.
- Parameters
resource_group_name (str) – The name of the resource group.
vm_scale_set_name (str) – The name of the VM scale set.
instance_ids (list[str]) – The virtual machine scale set instance ids. Omitting the virtual machine scale set instance ids will result in the operation being performed on all virtual machines in the virtual machine scale set.
custom_headers (dict) – headers that will be added to the request
raw (bool) – The poller return type is ClientRawResponse, the direct response alongside the deserialized response
polling – True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- Returns
An instance of LROPoller that returns OperationStatusResponse or ClientRawResponse<OperationStatusResponse> if raw==True
- Return type
AzureOperationPoller[OperationStatusResponse] or AzureOperationPoller[ClientRawResponse[OperationStatusResponse]]
- Raises
CloudError
-
start
(resource_group_name, vm_scale_set_name, instance_ids=None, custom_headers=None, raw=False, polling=True, **operation_config)[source]¶ Starts one or more virtual machines in a VM scale set.
- Parameters
resource_group_name (str) – The name of the resource group.
vm_scale_set_name (str) – The name of the VM scale set.
instance_ids (list[str]) – The virtual machine scale set instance ids. Omitting the virtual machine scale set instance ids will result in the operation being performed on all virtual machines in the virtual machine scale set.
custom_headers (dict) – headers that will be added to the request
raw (bool) – The poller return type is ClientRawResponse, the direct response alongside the deserialized response
polling – True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- Returns
An instance of LROPoller that returns OperationStatusResponse or ClientRawResponse<OperationStatusResponse> if raw==True
- Return type
AzureOperationPoller[OperationStatusResponse] or AzureOperationPoller[ClientRawResponse[OperationStatusResponse]]
- Raises
CloudError
-
update
(resource_group_name, vm_scale_set_name, parameters, custom_headers=None, raw=False, polling=True, **operation_config)[source]¶ Update a VM scale set.
- Parameters
resource_group_name (str) – The name of the resource group.
vm_scale_set_name (str) – The name of the VM scale set to create or update.
parameters (VirtualMachineScaleSetUpdate) – The scale set object.
custom_headers (dict) – headers that will be added to the request
raw (bool) – The poller return type is ClientRawResponse, the direct response alongside the deserialized response
polling – True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- Returns
An instance of LROPoller that returns VirtualMachineScaleSet or ClientRawResponse<VirtualMachineScaleSet> if raw==True
- Return type
AzureOperationPoller[VirtualMachineScaleSet] or AzureOperationPoller[ClientRawResponse[VirtualMachineScaleSet]]
- Raises
CloudError
-
update_instances
(resource_group_name, vm_scale_set_name, instance_ids, custom_headers=None, raw=False, polling=True, **operation_config)[source]¶ Upgrades one or more virtual machines to the latest SKU set in the VM scale set model.
- Parameters
resource_group_name (str) – The name of the resource group.
vm_scale_set_name (str) – The name of the VM scale set.
instance_ids (list[str]) – The virtual machine scale set instance ids.
custom_headers (dict) – headers that will be added to the request
raw (bool) – The poller return type is ClientRawResponse, the direct response alongside the deserialized response
polling – True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- Returns
An instance of LROPoller that returns OperationStatusResponse or ClientRawResponse<OperationStatusResponse> if raw==True
- Return type
AzureOperationPoller[OperationStatusResponse] or AzureOperationPoller[ClientRawResponse[OperationStatusResponse]]
- Raises
CloudError
-
models
= <module 'azure.mgmt.compute.v2017_03_30.models' from '/home/vsts/work/1/s/sdk/compute/azure-mgmt-compute/.tox/sphinx/lib/python3.6/site-packages/azure/mgmt/compute/v2017_03_30/models/__init__.py'>¶
-
class
azure.mgmt.compute.v2017_03_30.operations.
VirtualMachineScaleSetExtensionsOperations
(client, config, serializer, deserializer)[source]¶ Bases:
object
VirtualMachineScaleSetExtensionsOperations operations.
You should not instantiate directly this class, but create a Client instance that will create it for you and attach it as attribute.
- Parameters
client – Client for service requests.
config – Configuration of service client.
serializer – An object model serializer.
deserializer – An object model deserializer.
- Variables
api_version – Client Api Version. Constant value: “2017-03-30”.
-
create_or_update
(resource_group_name, vm_scale_set_name, vmss_extension_name, extension_parameters, custom_headers=None, raw=False, polling=True, **operation_config)[source]¶ The operation to create or update an extension.
- Parameters
resource_group_name (str) – The name of the resource group.
vm_scale_set_name (str) – The name of the VM scale set where the extension should be create or updated.
vmss_extension_name (str) – The name of the VM scale set extension.
extension_parameters (VirtualMachineScaleSetExtension) – Parameters supplied to the Create VM scale set Extension operation.
custom_headers (dict) – headers that will be added to the request
raw (bool) – The poller return type is ClientRawResponse, the direct response alongside the deserialized response
polling – True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- Returns
An instance of LROPoller that returns VirtualMachineScaleSetExtension or ClientRawResponse<VirtualMachineScaleSetExtension> if raw==True
- Return type
AzureOperationPoller[VirtualMachineScaleSetExtension] or AzureOperationPoller[ClientRawResponse[VirtualMachineScaleSetExtension]]
- Raises
CloudError
-
delete
(resource_group_name, vm_scale_set_name, vmss_extension_name, custom_headers=None, raw=False, polling=True, **operation_config)[source]¶ The operation to delete the extension.
- Parameters
resource_group_name (str) – The name of the resource group.
vm_scale_set_name (str) – The name of the VM scale set where the extension should be deleted.
vmss_extension_name (str) – The name of the VM scale set extension.
custom_headers (dict) – headers that will be added to the request
raw (bool) – The poller return type is ClientRawResponse, the direct response alongside the deserialized response
polling – True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- Returns
An instance of LROPoller that returns OperationStatusResponse or ClientRawResponse<OperationStatusResponse> if raw==True
- Return type
AzureOperationPoller[OperationStatusResponse] or AzureOperationPoller[ClientRawResponse[OperationStatusResponse]]
- Raises
CloudError
-
get
(resource_group_name, vm_scale_set_name, vmss_extension_name, expand=None, custom_headers=None, raw=False, **operation_config)[source]¶ The operation to get the extension.
- Parameters
resource_group_name (str) – The name of the resource group.
vm_scale_set_name (str) – The name of the VM scale set containing the extension.
vmss_extension_name (str) – The name of the VM scale set extension.
expand (str) – The expand expression to apply on the operation.
custom_headers (dict) – headers that will be added to the request
raw (bool) – returns the direct response alongside the deserialized response
operation_config – Operation configuration overrides.
- Returns
VirtualMachineScaleSetExtension or ClientRawResponse if raw=true
- Return type
VirtualMachineScaleSetExtension or ClientRawResponse
- Raises
CloudError
-
list
(resource_group_name, vm_scale_set_name, custom_headers=None, raw=False, **operation_config)[source]¶ Gets a list of all extensions in a VM scale set.
- Parameters
resource_group_name (str) – The name of the resource group.
vm_scale_set_name (str) – The name of the VM scale set containing the extension.
custom_headers (dict) – headers that will be added to the request
raw (bool) – returns the direct response alongside the deserialized response
operation_config – Operation configuration overrides.
- Returns
An iterator like instance of VirtualMachineScaleSetExtension
- Return type
VirtualMachineScaleSetExtensionPaged[VirtualMachineScaleSetExtension]
- Raises
CloudError
-
models
= <module 'azure.mgmt.compute.v2017_03_30.models' from '/home/vsts/work/1/s/sdk/compute/azure-mgmt-compute/.tox/sphinx/lib/python3.6/site-packages/azure/mgmt/compute/v2017_03_30/models/__init__.py'>¶
-
class
azure.mgmt.compute.v2017_03_30.operations.
VirtualMachineScaleSetRollingUpgradesOperations
(client, config, serializer, deserializer)[source]¶ Bases:
object
VirtualMachineScaleSetRollingUpgradesOperations operations.
You should not instantiate directly this class, but create a Client instance that will create it for you and attach it as attribute.
- Parameters
client – Client for service requests.
config – Configuration of service client.
serializer – An object model serializer.
deserializer – An object model deserializer.
- Variables
api_version – Client Api Version. Constant value: “2017-03-30”.
-
cancel
(resource_group_name, vm_scale_set_name, custom_headers=None, raw=False, polling=True, **operation_config)[source]¶ Cancels the current virtual machine scale set rolling upgrade.
- Parameters
resource_group_name (str) – The name of the resource group.
vm_scale_set_name (str) – The name of the VM scale set.
custom_headers (dict) – headers that will be added to the request
raw (bool) – The poller return type is ClientRawResponse, the direct response alongside the deserialized response
polling – True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- Returns
An instance of LROPoller that returns OperationStatusResponse or ClientRawResponse<OperationStatusResponse> if raw==True
- Return type
AzureOperationPoller[OperationStatusResponse] or AzureOperationPoller[ClientRawResponse[OperationStatusResponse]]
- Raises
CloudError
-
get_latest
(resource_group_name, vm_scale_set_name, custom_headers=None, raw=False, **operation_config)[source]¶ Gets the status of the latest virtual machine scale set rolling upgrade.
- Parameters
resource_group_name (str) – The name of the resource group.
vm_scale_set_name (str) – The name of the VM scale set.
custom_headers (dict) – headers that will be added to the request
raw (bool) – returns the direct response alongside the deserialized response
operation_config – Operation configuration overrides.
- Returns
RollingUpgradeStatusInfo or ClientRawResponse if raw=true
- Return type
RollingUpgradeStatusInfo or ClientRawResponse
- Raises
CloudError
-
start_os_upgrade
(resource_group_name, vm_scale_set_name, custom_headers=None, raw=False, polling=True, **operation_config)[source]¶ Starts a rolling upgrade to move all virtual machine scale set instances to the latest available Platform Image OS version. Instances which are already running the latest available OS version are not affected.
- Parameters
resource_group_name (str) – The name of the resource group.
vm_scale_set_name (str) – The name of the VM scale set.
custom_headers (dict) – headers that will be added to the request
raw (bool) – The poller return type is ClientRawResponse, the direct response alongside the deserialized response
polling – True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- Returns
An instance of LROPoller that returns OperationStatusResponse or ClientRawResponse<OperationStatusResponse> if raw==True
- Return type
AzureOperationPoller[OperationStatusResponse] or AzureOperationPoller[ClientRawResponse[OperationStatusResponse]]
- Raises
CloudError
-
models
= <module 'azure.mgmt.compute.v2017_03_30.models' from '/home/vsts/work/1/s/sdk/compute/azure-mgmt-compute/.tox/sphinx/lib/python3.6/site-packages/azure/mgmt/compute/v2017_03_30/models/__init__.py'>¶
-
class
azure.mgmt.compute.v2017_03_30.operations.
VirtualMachineScaleSetVMsOperations
(client, config, serializer, deserializer)[source]¶ Bases:
object
VirtualMachineScaleSetVMsOperations operations.
You should not instantiate directly this class, but create a Client instance that will create it for you and attach it as attribute.
- Parameters
client – Client for service requests.
config – Configuration of service client.
serializer – An object model serializer.
deserializer – An object model deserializer.
- Variables
api_version – Client Api Version. Constant value: “2017-03-30”.
-
deallocate
(resource_group_name, vm_scale_set_name, instance_id, custom_headers=None, raw=False, polling=True, **operation_config)[source]¶ Deallocates a specific virtual machine in a VM scale set. Shuts down the virtual machine and releases the compute resources it uses. You are not billed for the compute resources of this virtual machine once it is deallocated.
- Parameters
resource_group_name (str) – The name of the resource group.
vm_scale_set_name (str) – The name of the VM scale set.
instance_id (str) – The instance ID of the virtual machine.
custom_headers (dict) – headers that will be added to the request
raw (bool) – The poller return type is ClientRawResponse, the direct response alongside the deserialized response
polling – True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- Returns
An instance of LROPoller that returns OperationStatusResponse or ClientRawResponse<OperationStatusResponse> if raw==True
- Return type
AzureOperationPoller[OperationStatusResponse] or AzureOperationPoller[ClientRawResponse[OperationStatusResponse]]
- Raises
CloudError
-
delete
(resource_group_name, vm_scale_set_name, instance_id, custom_headers=None, raw=False, polling=True, **operation_config)[source]¶ Deletes a virtual machine from a VM scale set.
- Parameters
resource_group_name (str) – The name of the resource group.
vm_scale_set_name (str) – The name of the VM scale set.
instance_id (str) – The instance ID of the virtual machine.
custom_headers (dict) – headers that will be added to the request
raw (bool) – The poller return type is ClientRawResponse, the direct response alongside the deserialized response
polling – True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- Returns
An instance of LROPoller that returns OperationStatusResponse or ClientRawResponse<OperationStatusResponse> if raw==True
- Return type
AzureOperationPoller[OperationStatusResponse] or AzureOperationPoller[ClientRawResponse[OperationStatusResponse]]
- Raises
CloudError
-
get
(resource_group_name, vm_scale_set_name, instance_id, custom_headers=None, raw=False, **operation_config)[source]¶ Gets a virtual machine from a VM scale set.
- Parameters
resource_group_name (str) – The name of the resource group.
vm_scale_set_name (str) – The name of the VM scale set.
instance_id (str) – The instance ID of the virtual machine.
custom_headers (dict) – headers that will be added to the request
raw (bool) – returns the direct response alongside the deserialized response
operation_config – Operation configuration overrides.
- Returns
VirtualMachineScaleSetVM or ClientRawResponse if raw=true
- Return type
VirtualMachineScaleSetVM or ClientRawResponse
- Raises
CloudError
-
get_instance_view
(resource_group_name, vm_scale_set_name, instance_id, custom_headers=None, raw=False, **operation_config)[source]¶ Gets the status of a virtual machine from a VM scale set.
- Parameters
resource_group_name (str) – The name of the resource group.
vm_scale_set_name (str) – The name of the VM scale set.
instance_id (str) – The instance ID of the virtual machine.
custom_headers (dict) – headers that will be added to the request
raw (bool) – returns the direct response alongside the deserialized response
operation_config – Operation configuration overrides.
- Returns
VirtualMachineScaleSetVMInstanceView or ClientRawResponse if raw=true
- Return type
VirtualMachineScaleSetVMInstanceView or ClientRawResponse
- Raises
CloudError
-
list
(resource_group_name, virtual_machine_scale_set_name, filter=None, select=None, expand=None, custom_headers=None, raw=False, **operation_config)[source]¶ Gets a list of all virtual machines in a VM scale sets.
- Parameters
resource_group_name (str) – The name of the resource group.
virtual_machine_scale_set_name (str) – The name of the VM scale set.
filter (str) – The filter to apply to the operation.
select (str) – The list parameters.
expand (str) – The expand expression to apply to the operation.
custom_headers (dict) – headers that will be added to the request
raw (bool) – returns the direct response alongside the deserialized response
operation_config – Operation configuration overrides.
- Returns
An iterator like instance of VirtualMachineScaleSetVM
- Return type
- Raises
CloudError
-
power_off
(resource_group_name, vm_scale_set_name, instance_id, custom_headers=None, raw=False, polling=True, **operation_config)[source]¶ Power off (stop) a virtual machine in a VM scale set. Note that resources are still attached and you are getting charged for the resources. Instead, use deallocate to release resources and avoid charges.
- Parameters
resource_group_name (str) – The name of the resource group.
vm_scale_set_name (str) – The name of the VM scale set.
instance_id (str) – The instance ID of the virtual machine.
custom_headers (dict) – headers that will be added to the request
raw (bool) – The poller return type is ClientRawResponse, the direct response alongside the deserialized response
polling – True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- Returns
An instance of LROPoller that returns OperationStatusResponse or ClientRawResponse<OperationStatusResponse> if raw==True
- Return type
AzureOperationPoller[OperationStatusResponse] or AzureOperationPoller[ClientRawResponse[OperationStatusResponse]]
- Raises
CloudError
-
reimage
(resource_group_name, vm_scale_set_name, instance_id, custom_headers=None, raw=False, polling=True, **operation_config)[source]¶ Reimages (upgrade the operating system) a specific virtual machine in a VM scale set.
- Parameters
resource_group_name (str) – The name of the resource group.
vm_scale_set_name (str) – The name of the VM scale set.
instance_id (str) – The instance ID of the virtual machine.
custom_headers (dict) – headers that will be added to the request
raw (bool) – The poller return type is ClientRawResponse, the direct response alongside the deserialized response
polling – True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- Returns
An instance of LROPoller that returns OperationStatusResponse or ClientRawResponse<OperationStatusResponse> if raw==True
- Return type
AzureOperationPoller[OperationStatusResponse] or AzureOperationPoller[ClientRawResponse[OperationStatusResponse]]
- Raises
CloudError
-
reimage_all
(resource_group_name, vm_scale_set_name, instance_id, custom_headers=None, raw=False, polling=True, **operation_config)[source]¶ Allows you to re-image all the disks ( including data disks ) in the a VM scale set instance. This operation is only supported for managed disks.
- Parameters
resource_group_name (str) – The name of the resource group.
vm_scale_set_name (str) – The name of the VM scale set.
instance_id (str) – The instance ID of the virtual machine.
custom_headers (dict) – headers that will be added to the request
raw (bool) – The poller return type is ClientRawResponse, the direct response alongside the deserialized response
polling – True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- Returns
An instance of LROPoller that returns OperationStatusResponse or ClientRawResponse<OperationStatusResponse> if raw==True
- Return type
AzureOperationPoller[OperationStatusResponse] or AzureOperationPoller[ClientRawResponse[OperationStatusResponse]]
- Raises
CloudError
-
restart
(resource_group_name, vm_scale_set_name, instance_id, custom_headers=None, raw=False, polling=True, **operation_config)[source]¶ Restarts a virtual machine in a VM scale set.
- Parameters
resource_group_name (str) – The name of the resource group.
vm_scale_set_name (str) – The name of the VM scale set.
instance_id (str) – The instance ID of the virtual machine.
custom_headers (dict) – headers that will be added to the request
raw (bool) – The poller return type is ClientRawResponse, the direct response alongside the deserialized response
polling – True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- Returns
An instance of LROPoller that returns OperationStatusResponse or ClientRawResponse<OperationStatusResponse> if raw==True
- Return type
AzureOperationPoller[OperationStatusResponse] or AzureOperationPoller[ClientRawResponse[OperationStatusResponse]]
- Raises
CloudError
-
start
(resource_group_name, vm_scale_set_name, instance_id, custom_headers=None, raw=False, polling=True, **operation_config)[source]¶ Starts a virtual machine in a VM scale set.
- Parameters
resource_group_name (str) – The name of the resource group.
vm_scale_set_name (str) – The name of the VM scale set.
instance_id (str) – The instance ID of the virtual machine.
custom_headers (dict) – headers that will be added to the request
raw (bool) – The poller return type is ClientRawResponse, the direct response alongside the deserialized response
polling – True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- Returns
An instance of LROPoller that returns OperationStatusResponse or ClientRawResponse<OperationStatusResponse> if raw==True
- Return type
AzureOperationPoller[OperationStatusResponse] or AzureOperationPoller[ClientRawResponse[OperationStatusResponse]]
- Raises
CloudError
-
models
= <module 'azure.mgmt.compute.v2017_03_30.models' from '/home/vsts/work/1/s/sdk/compute/azure-mgmt-compute/.tox/sphinx/lib/python3.6/site-packages/azure/mgmt/compute/v2017_03_30/models/__init__.py'>¶
-
class
azure.mgmt.compute.v2017_03_30.operations.
DisksOperations
(client, config, serializer, deserializer)[source]¶ Bases:
object
DisksOperations operations.
You should not instantiate directly this class, but create a Client instance that will create it for you and attach it as attribute.
- Parameters
client – Client for service requests.
config – Configuration of service client.
serializer – An object model serializer.
deserializer – An object model deserializer.
- Variables
api_version – Client Api Version. Constant value: “2017-03-30”.
-
create_or_update
(resource_group_name, disk_name, disk, custom_headers=None, raw=False, polling=True, **operation_config)[source]¶ Creates or updates a disk.
- Parameters
resource_group_name (str) – The name of the resource group.
disk_name (str) – The name of the managed disk that is being created. The name can’t be changed after the disk is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters.
disk (Disk) – Disk object supplied in the body of the Put disk operation.
custom_headers (dict) – headers that will be added to the request
raw (bool) – The poller return type is ClientRawResponse, the direct response alongside the deserialized response
polling – True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- Returns
An instance of LROPoller that returns Disk or ClientRawResponse<Disk> if raw==True
- Return type
AzureOperationPoller[Disk] or AzureOperationPoller[ClientRawResponse[Disk]]
- Raises
CloudError
-
delete
(resource_group_name, disk_name, custom_headers=None, raw=False, polling=True, **operation_config)[source]¶ Deletes a disk.
- Parameters
resource_group_name (str) – The name of the resource group.
disk_name (str) – The name of the managed disk that is being created. The name can’t be changed after the disk is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters.
custom_headers (dict) – headers that will be added to the request
raw (bool) – The poller return type is ClientRawResponse, the direct response alongside the deserialized response
polling – True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- Returns
An instance of LROPoller that returns OperationStatusResponse or ClientRawResponse<OperationStatusResponse> if raw==True
- Return type
AzureOperationPoller[OperationStatusResponse] or AzureOperationPoller[ClientRawResponse[OperationStatusResponse]]
- Raises
CloudError
-
get
(resource_group_name, disk_name, custom_headers=None, raw=False, **operation_config)[source]¶ Gets information about a disk.
- Parameters
resource_group_name (str) – The name of the resource group.
disk_name (str) – The name of the managed disk that is being created. The name can’t be changed after the disk is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters.
custom_headers (dict) – headers that will be added to the request
raw (bool) – returns the direct response alongside the deserialized response
operation_config – Operation configuration overrides.
- Returns
Disk or ClientRawResponse if raw=true
- Return type
Disk or ClientRawResponse
- Raises
CloudError
-
grant_access
(resource_group_name, disk_name, access, duration_in_seconds, custom_headers=None, raw=False, polling=True, **operation_config)[source]¶ Grants access to a disk.
- Parameters
resource_group_name (str) – The name of the resource group.
disk_name (str) – The name of the managed disk that is being created. The name can’t be changed after the disk is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters.
access (str or AccessLevel) – Possible values include: ‘None’, ‘Read’
duration_in_seconds (int) – Time duration in seconds until the SAS access expires.
custom_headers (dict) – headers that will be added to the request
raw (bool) – The poller return type is ClientRawResponse, the direct response alongside the deserialized response
polling – True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- Returns
An instance of LROPoller that returns AccessUri or ClientRawResponse<AccessUri> if raw==True
- Return type
AzureOperationPoller[AccessUri] or AzureOperationPoller[ClientRawResponse[AccessUri]]
- Raises
CloudError
-
list
(custom_headers=None, raw=False, **operation_config)[source]¶ Lists all the disks under a subscription.
-
list_by_resource_group
(resource_group_name, custom_headers=None, raw=False, **operation_config)[source]¶ Lists all the disks under a resource group.
- Parameters
- Returns
An iterator like instance of Disk
- Return type
- Raises
CloudError
-
revoke_access
(resource_group_name, disk_name, custom_headers=None, raw=False, polling=True, **operation_config)[source]¶ Revokes access to a disk.
- Parameters
resource_group_name (str) – The name of the resource group.
disk_name (str) – The name of the managed disk that is being created. The name can’t be changed after the disk is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters.
custom_headers (dict) – headers that will be added to the request
raw (bool) – The poller return type is ClientRawResponse, the direct response alongside the deserialized response
polling – True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- Returns
An instance of LROPoller that returns OperationStatusResponse or ClientRawResponse<OperationStatusResponse> if raw==True
- Return type
AzureOperationPoller[OperationStatusResponse] or AzureOperationPoller[ClientRawResponse[OperationStatusResponse]]
- Raises
CloudError
-
update
(resource_group_name, disk_name, disk, custom_headers=None, raw=False, polling=True, **operation_config)[source]¶ Updates (patches) a disk.
- Parameters
resource_group_name (str) – The name of the resource group.
disk_name (str) – The name of the managed disk that is being created. The name can’t be changed after the disk is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters.
disk (DiskUpdate) – Disk object supplied in the body of the Patch disk operation.
custom_headers (dict) – headers that will be added to the request
raw (bool) – The poller return type is ClientRawResponse, the direct response alongside the deserialized response
polling – True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- Returns
An instance of LROPoller that returns Disk or ClientRawResponse<Disk> if raw==True
- Return type
AzureOperationPoller[Disk] or AzureOperationPoller[ClientRawResponse[Disk]]
- Raises
CloudError
-
models
= <module 'azure.mgmt.compute.v2017_03_30.models' from '/home/vsts/work/1/s/sdk/compute/azure-mgmt-compute/.tox/sphinx/lib/python3.6/site-packages/azure/mgmt/compute/v2017_03_30/models/__init__.py'>¶
-
class
azure.mgmt.compute.v2017_03_30.operations.
SnapshotsOperations
(client, config, serializer, deserializer)[source]¶ Bases:
object
SnapshotsOperations operations.
You should not instantiate directly this class, but create a Client instance that will create it for you and attach it as attribute.
- Parameters
client – Client for service requests.
config – Configuration of service client.
serializer – An object model serializer.
deserializer – An object model deserializer.
- Variables
api_version – Client Api Version. Constant value: “2017-03-30”.
-
create_or_update
(resource_group_name, snapshot_name, snapshot, custom_headers=None, raw=False, polling=True, **operation_config)[source]¶ Creates or updates a snapshot.
- Parameters
resource_group_name (str) – The name of the resource group.
snapshot_name (str) – The name of the snapshot that is being created. The name can’t be changed after the snapshot is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The max name length is 80 characters.
snapshot (Snapshot) – Snapshot object supplied in the body of the Put disk operation.
custom_headers (dict) – headers that will be added to the request
raw (bool) – The poller return type is ClientRawResponse, the direct response alongside the deserialized response
polling – True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- Returns
An instance of LROPoller that returns Snapshot or ClientRawResponse<Snapshot> if raw==True
- Return type
AzureOperationPoller[Snapshot] or AzureOperationPoller[ClientRawResponse[Snapshot]]
- Raises
CloudError
-
delete
(resource_group_name, snapshot_name, custom_headers=None, raw=False, polling=True, **operation_config)[source]¶ Deletes a snapshot.
- Parameters
resource_group_name (str) – The name of the resource group.
snapshot_name (str) – The name of the snapshot that is being created. The name can’t be changed after the snapshot is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The max name length is 80 characters.
custom_headers (dict) – headers that will be added to the request
raw (bool) – The poller return type is ClientRawResponse, the direct response alongside the deserialized response
polling – True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- Returns
An instance of LROPoller that returns OperationStatusResponse or ClientRawResponse<OperationStatusResponse> if raw==True
- Return type
AzureOperationPoller[OperationStatusResponse] or AzureOperationPoller[ClientRawResponse[OperationStatusResponse]]
- Raises
CloudError
-
get
(resource_group_name, snapshot_name, custom_headers=None, raw=False, **operation_config)[source]¶ Gets information about a snapshot.
- Parameters
resource_group_name (str) – The name of the resource group.
snapshot_name (str) – The name of the snapshot that is being created. The name can’t be changed after the snapshot is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The max name length is 80 characters.
custom_headers (dict) – headers that will be added to the request
raw (bool) – returns the direct response alongside the deserialized response
operation_config – Operation configuration overrides.
- Returns
Snapshot or ClientRawResponse if raw=true
- Return type
Snapshot or ClientRawResponse
- Raises
CloudError
-
grant_access
(resource_group_name, snapshot_name, access, duration_in_seconds, custom_headers=None, raw=False, polling=True, **operation_config)[source]¶ Grants access to a snapshot.
- Parameters
resource_group_name (str) – The name of the resource group.
snapshot_name (str) – The name of the snapshot that is being created. The name can’t be changed after the snapshot is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The max name length is 80 characters.
access (str or AccessLevel) – Possible values include: ‘None’, ‘Read’
duration_in_seconds (int) – Time duration in seconds until the SAS access expires.
custom_headers (dict) – headers that will be added to the request
raw (bool) – The poller return type is ClientRawResponse, the direct response alongside the deserialized response
polling – True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- Returns
An instance of LROPoller that returns AccessUri or ClientRawResponse<AccessUri> if raw==True
- Return type
AzureOperationPoller[AccessUri] or AzureOperationPoller[ClientRawResponse[AccessUri]]
- Raises
CloudError
-
list
(custom_headers=None, raw=False, **operation_config)[source]¶ Lists snapshots under a subscription.
- Parameters
- Returns
An iterator like instance of Snapshot
- Return type
- Raises
CloudError
-
list_by_resource_group
(resource_group_name, custom_headers=None, raw=False, **operation_config)[source]¶ Lists snapshots under a resource group.
- Parameters
- Returns
An iterator like instance of Snapshot
- Return type
- Raises
CloudError
-
revoke_access
(resource_group_name, snapshot_name, custom_headers=None, raw=False, polling=True, **operation_config)[source]¶ Revokes access to a snapshot.
- Parameters
resource_group_name (str) – The name of the resource group.
snapshot_name (str) – The name of the snapshot that is being created. The name can’t be changed after the snapshot is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The max name length is 80 characters.
custom_headers (dict) – headers that will be added to the request
raw (bool) – The poller return type is ClientRawResponse, the direct response alongside the deserialized response
polling – True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- Returns
An instance of LROPoller that returns OperationStatusResponse or ClientRawResponse<OperationStatusResponse> if raw==True
- Return type
AzureOperationPoller[OperationStatusResponse] or AzureOperationPoller[ClientRawResponse[OperationStatusResponse]]
- Raises
CloudError
-
update
(resource_group_name, snapshot_name, snapshot, custom_headers=None, raw=False, polling=True, **operation_config)[source]¶ Updates (patches) a snapshot.
- Parameters
resource_group_name (str) – The name of the resource group.
snapshot_name (str) – The name of the snapshot that is being created. The name can’t be changed after the snapshot is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The max name length is 80 characters.
snapshot (SnapshotUpdate) – Snapshot object supplied in the body of the Patch snapshot operation.
custom_headers (dict) – headers that will be added to the request
raw (bool) – The poller return type is ClientRawResponse, the direct response alongside the deserialized response
polling – True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- Returns
An instance of LROPoller that returns Snapshot or ClientRawResponse<Snapshot> if raw==True
- Return type
AzureOperationPoller[Snapshot] or AzureOperationPoller[ClientRawResponse[Snapshot]]
- Raises
CloudError
-
models
= <module 'azure.mgmt.compute.v2017_03_30.models' from '/home/vsts/work/1/s/sdk/compute/azure-mgmt-compute/.tox/sphinx/lib/python3.6/site-packages/azure/mgmt/compute/v2017_03_30/models/__init__.py'>¶
-
class
azure.mgmt.compute.v2017_03_30.operations.
VirtualMachineRunCommandsOperations
(client, config, serializer, deserializer)[source]¶ Bases:
object
VirtualMachineRunCommandsOperations operations.
You should not instantiate directly this class, but create a Client instance that will create it for you and attach it as attribute.
- Parameters
client – Client for service requests.
config – Configuration of service client.
serializer – An object model serializer.
deserializer – An object model deserializer.
- Variables
api_version – Client Api Version. Constant value: “2017-03-30”.
-
get
(location, command_id, custom_headers=None, raw=False, **operation_config)[source]¶ Gets specific run command for a subscription in a location.
- Parameters
- Returns
RunCommandDocument or ClientRawResponse if raw=true
- Return type
RunCommandDocument or ClientRawResponse
- Raises
CloudError
-
list
(location, custom_headers=None, raw=False, **operation_config)[source]¶ Lists all available run commands for a subscription in a location.
- Parameters
- Returns
An iterator like instance of RunCommandDocumentBase
- Return type
- Raises
CloudError
-
models
= <module 'azure.mgmt.compute.v2017_03_30.models' from '/home/vsts/work/1/s/sdk/compute/azure-mgmt-compute/.tox/sphinx/lib/python3.6/site-packages/azure/mgmt/compute/v2017_03_30/models/__init__.py'>¶