Uses of Class
com.azure.resourcemanager.compute.models.RestorePointCollectionSourceProperties
Packages that use RestorePointCollectionSourceProperties
Package
Description
Package containing the inner data models for ComputeManagementClient.
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 RestorePointCollectionSourcePropertiesModifier and TypeMethodDescriptionRestorePointCollectionInner.source()Get the source property: The properties of the source resource that this restore point collection is created from.RestorePointCollectionProperties.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 RestorePointCollectionSourcePropertiesModifier and TypeMethodDescriptionRestorePointCollectionInner.withSource(RestorePointCollectionSourceProperties source) Set the source property: The properties of the source resource that this restore point collection is created from.RestorePointCollectionProperties.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
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type RestorePointCollectionSourcePropertiesModifier and TypeClassDescriptionfinal classThe properties of the source resource that this restore point collection is created from.Methods in com.azure.resourcemanager.compute.models that return RestorePointCollectionSourcePropertiesModifier and TypeMethodDescriptionRestorePointCollectionSourceProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RestorePointCollectionSourceProperties from the JsonReader.RestorePointCollectionUpdate.source()Get the source property: The properties of the source resource that this restore point collection is created from.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 RestorePointCollectionSourcePropertiesModifier and TypeMethodDescriptionRestorePointCollectionUpdate.withSource(RestorePointCollectionSourceProperties source) Set the source property: The properties of the source resource that this restore point collection is created from.