RestorePointGroupPatch Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Update Restore Point collection parameters.
public class RestorePointGroupPatch : Azure.ResourceManager.Compute.Models.ComputeResourcePatch, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.RestorePointGroupPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.RestorePointGroupPatch>
type RestorePointGroupPatch = class
inherit ComputeResourcePatch
interface IJsonModel<RestorePointGroupPatch>
interface IPersistableModel<RestorePointGroupPatch>
Public Class RestorePointGroupPatch
Inherits ComputeResourcePatch
Implements IJsonModel(Of RestorePointGroupPatch), IPersistableModel(Of RestorePointGroupPatch)
- Inheritance
- Implements
Constructors
RestorePointGroupPatch() |
Initializes a new instance of RestorePointGroupPatch. |
Properties
ProvisioningState |
The provisioning state of the restore point collection. |
RestorePointGroupId |
The unique id of the restore point collection. |
RestorePoints |
A list containing all restore points created under this restore point collection. |
Source |
The properties of the source resource that this restore point collection is created from. |
Tags |
Resource tags. (Inherited from ComputeResourcePatch) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ComputeResourcePatch) |
Explicit Interface Implementations
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET