ArmComputeModelFactory.DiskRestorePointInstanceView 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 DiskRestorePointInstanceView.
public static Azure.ResourceManager.Compute.Models.DiskRestorePointInstanceView DiskRestorePointInstanceView(string id = default, Azure.ResourceManager.Compute.Models.SnapshotAccessState? snapshotAccessState = default, Azure.ResourceManager.Compute.Models.DiskRestorePointReplicationStatus replicationStatus = default);
static member DiskRestorePointInstanceView : string * Nullable<Azure.ResourceManager.Compute.Models.SnapshotAccessState> * Azure.ResourceManager.Compute.Models.DiskRestorePointReplicationStatus -> Azure.ResourceManager.Compute.Models.DiskRestorePointInstanceView
Public Shared Function DiskRestorePointInstanceView (Optional id As String = Nothing, Optional snapshotAccessState As Nullable(Of SnapshotAccessState) = Nothing, Optional replicationStatus As DiskRestorePointReplicationStatus = Nothing) As DiskRestorePointInstanceView
Parameters
- id
- String
Disk restore point Id.
- snapshotAccessState
- Nullable<SnapshotAccessState>
The state of snapshot which determines the access availability of the snapshot.
- replicationStatus
- DiskRestorePointReplicationStatus
The disk restore point replication status information.
Returns
A new DiskRestorePointInstanceView instance for mocking.