DiskRestorePointOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<xref:disk_restore_point> attribute.
- Inheritance
-
builtins.objectDiskRestorePointOperations
Constructor
DiskRestorePointOperations(*args, **kwargs)
Methods
begin_grant_access |
Grants access to a diskRestorePoint. |
begin_revoke_access |
Revokes access to a diskRestorePoint. |
get |
Get disk restorePoint resource. |
list_by_restore_point |
Lists diskRestorePoints under a vmRestorePoint. |
begin_grant_access
Grants access to a diskRestorePoint.
async begin_grant_access(resource_group_name: str, restore_point_collection_name: str, vm_restore_point_name: str, disk_restore_point_name: str, grant_access_data: _models.GrantAccessData, *, content_type: str = 'application/json', **kwargs: Any) -> AsyncLROPoller[_models.AccessUri]
Parameters
Name | Description |
---|---|
resource_group_name
Required
|
The name of the resource group. Required. |
restore_point_collection_name
Required
|
The name of the restore point collection that the disk restore point belongs. Required. |
vm_restore_point_name
Required
|
The name of the vm restore point that the disk disk restore point belongs. Required. |
disk_restore_point_name
Required
|
The name of the disk restore point created. Required. |
grant_access_data
Required
|
Access data object supplied in the body of the get disk access operation. Is either a GrantAccessData type or a IO[bytes] type. Required. |
Returns
Type | Description |
---|---|
An instance of AsyncLROPoller that returns either AccessUri or the result of cls(response) |
Exceptions
Type | Description |
---|---|
begin_revoke_access
Revokes access to a diskRestorePoint.
async begin_revoke_access(resource_group_name: str, restore_point_collection_name: str, vm_restore_point_name: str, disk_restore_point_name: str, **kwargs: Any) -> AsyncLROPoller[None]
Parameters
Name | Description |
---|---|
resource_group_name
Required
|
The name of the resource group. Required. |
restore_point_collection_name
Required
|
The name of the restore point collection that the disk restore point belongs. Required. |
vm_restore_point_name
Required
|
The name of the vm restore point that the disk disk restore point belongs. Required. |
disk_restore_point_name
Required
|
The name of the disk restore point created. Required. |
Returns
Type | Description |
---|---|
An instance of AsyncLROPoller that returns either None or the result of cls(response) |
Exceptions
Type | Description |
---|---|
get
Get disk restorePoint resource.
async get(resource_group_name: str, restore_point_collection_name: str, vm_restore_point_name: str, disk_restore_point_name: str, **kwargs: Any) -> DiskRestorePoint
Parameters
Name | Description |
---|---|
resource_group_name
Required
|
The name of the resource group. Required. |
restore_point_collection_name
Required
|
The name of the restore point collection that the disk restore point belongs. Required. |
vm_restore_point_name
Required
|
The name of the vm restore point that the disk disk restore point belongs. Required. |
disk_restore_point_name
Required
|
The name of the disk restore point created. Required. |
Returns
Type | Description |
---|---|
DiskRestorePoint or the result of cls(response) |
Exceptions
Type | Description |
---|---|
list_by_restore_point
Lists diskRestorePoints under a vmRestorePoint.
list_by_restore_point(resource_group_name: str, restore_point_collection_name: str, vm_restore_point_name: str, **kwargs: Any) -> AsyncIterable[DiskRestorePoint]
Parameters
Name | Description |
---|---|
resource_group_name
Required
|
The name of the resource group. Required. |
restore_point_collection_name
Required
|
The name of the restore point collection that the disk restore point belongs. Required. |
vm_restore_point_name
Required
|
The name of the vm restore point that the disk disk restore point belongs. Required. |
Returns
Type | Description |
---|---|
An iterator like instance of either DiskRestorePoint or the result of cls(response) |
Exceptions
Type | Description |
---|---|
Attributes
models
models = <module 'azure.mgmt.compute.v2021_12_01.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.9\\x64\\Lib\\site-packages\\azure\\mgmt\\compute\\v2021_12_01\\models\\__init__.py'>
Azure SDK for Python