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
availability_zone_mappings: Optional[List[AzureAvailabilityZoneMappings]] =field(default=None, metadata={'description': 'The availability zone mappings for this region.'}) # fmt: skip
299
302
display_name: Optional[str] =field(default=None, metadata={"description": "The display name of the location."})
restore_point_collection_id: Optional[str] =field(default=None, metadata={'description': 'The unique id of the restore point collection.'}) # fmt: skip
2085
2086
restore_points: Optional[List[AzureRestorePoint]] =field(default=None, metadata={'description': 'A list containing all restore points created under this restore point collection.'}) # fmt: skip
2086
-
source: Optional[AzureRestorePointCollectionSourceProperties] =field(default=None, metadata={'description': 'The properties of the source resource that this restore point collection is created from.'}) # fmt: skip
2087
+
restore_point_collection_resource: Optional[AzureRestorePointCollectionSourceProperties] =field(default=None, metadata={'description': 'The properties of the source resource that this restore point collection is created from.'}) # fmt: skip
0 commit comments