ArmComputeModelFactory.DiskRestorePointAttributes Method
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.
Initializes a new instance of DiskRestorePointAttributes.
public static Azure.ResourceManager.Compute.Models.DiskRestorePointAttributes DiskRestorePointAttributes (Azure.Core.ResourceIdentifier id = default, Azure.ResourceManager.Compute.Models.RestorePointEncryption encryption = default, Azure.Core.ResourceIdentifier sourceDiskRestorePointId = default);
static member DiskRestorePointAttributes : Azure.Core.ResourceIdentifier * Azure.ResourceManager.Compute.Models.RestorePointEncryption * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Compute.Models.DiskRestorePointAttributes
Public Shared Function DiskRestorePointAttributes (Optional id As ResourceIdentifier = Nothing, Optional encryption As RestorePointEncryption = Nothing, Optional sourceDiskRestorePointId As ResourceIdentifier = Nothing) As DiskRestorePointAttributes
Parameters
Resource Id.
- encryption
- RestorePointEncryption
Encryption at rest settings for disk restore point. It is an optional property that can be specified in the input while creating a restore point.
- sourceDiskRestorePointId
- ResourceIdentifier
Resource Id of the source disk restore point.
Returns
A new DiskRestorePointAttributes instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET