Uses of Class
com.azure.resourcemanager.compute.models.RestorePointCollectionSourceProperties
-
Packages that use RestorePointCollectionSourceProperties Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of RestorePointCollectionSourceProperties in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return RestorePointCollectionSourceProperties Modifier and Type Method Description RestorePointCollectionSourcePropertiesRestorePointCollectionInner. source()Get the source property: The properties of the source resource that this restore point collection is created from.RestorePointCollectionSourcePropertiesRestorePointCollectionProperties. source()Get the source property: The properties of the source resource that this restore point collection is created from.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type RestorePointCollectionSourceProperties Modifier and Type Method Description RestorePointCollectionInnerRestorePointCollectionInner. withSource(RestorePointCollectionSourceProperties source)Set the source property: The properties of the source resource that this restore point collection is created from.RestorePointCollectionPropertiesRestorePointCollectionProperties. withSource(RestorePointCollectionSourceProperties source)Set the source property: The properties of the source resource that this restore point collection is created from. -
Uses of RestorePointCollectionSourceProperties in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return RestorePointCollectionSourceProperties Modifier and Type Method Description RestorePointCollectionSourcePropertiesRestorePointCollectionUpdate. source()Get the source property: The properties of the source resource that this restore point collection is created from.RestorePointCollectionSourcePropertiesRestorePointCollectionSourceProperties. withId(String id)Set the id property: Resource Id of the source resource used to create this restore point collection.Methods in com.azure.resourcemanager.compute.models with parameters of type RestorePointCollectionSourceProperties Modifier and Type Method Description RestorePointCollectionUpdateRestorePointCollectionUpdate. withSource(RestorePointCollectionSourceProperties source)Set the source property: The properties of the source resource that this restore point collection is created from.
-