Uses of Class
com.azure.resourcemanager.compute.models.RestorePointSourceMetadata
Packages that use RestorePointSourceMetadata
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of RestorePointSourceMetadata in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return RestorePointSourceMetadataModifier and TypeMethodDescriptionRestorePointInner.sourceMetadata()Get the sourceMetadata property: Gets the details of the VM captured at the time of the restore point creation.RestorePointProperties.sourceMetadata()Get the sourceMetadata property: Gets the details of the VM captured at the time of the restore point creation.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type RestorePointSourceMetadataModifier and TypeMethodDescriptionRestorePointInner.withSourceMetadata(RestorePointSourceMetadata sourceMetadata) Set the sourceMetadata property: Gets the details of the VM captured at the time of the restore point creation.RestorePointProperties.withSourceMetadata(RestorePointSourceMetadata sourceMetadata) Set the sourceMetadata property: Gets the details of the VM captured at the time of the restore point creation. -
Uses of RestorePointSourceMetadata in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type RestorePointSourceMetadataModifier and TypeClassDescriptionfinal classDescribes the properties of the Virtual Machine for which the restore point was created.Methods in com.azure.resourcemanager.compute.models that return RestorePointSourceMetadataModifier and TypeMethodDescriptionstatic RestorePointSourceMetadataRestorePointSourceMetadata.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RestorePointSourceMetadata from the JsonReader.RestorePointSourceMetadata.withStorageProfile(RestorePointSourceVMStorageProfile storageProfile) Set the storageProfile property: Gets the storage profile.