Class ReplicatedVMManagedDiskArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.SiteRecovery.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ReplicatedVMManagedDiskArgs : ResourceArgs
Constructors
View SourceReplicatedVMManagedDiskArgs()
Declaration
public ReplicatedVMManagedDiskArgs()
Properties
View SourceDiskId
Id of disk that should be replicated.
Declaration
public Input<string> DiskId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StagingStorageAccountId
Storage account that should be used for caching.
Declaration
public Input<string> StagingStorageAccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TargetDiskType
What type should the disk be when a failover is done.
Declaration
public Input<string> TargetDiskType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TargetReplicaDiskType
What type should the disk be that holds the replication data.
Declaration
public Input<string> TargetReplicaDiskType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TargetResourceGroupId
Resource group disk should belong to when a failover is done.
Declaration
public Input<string> TargetResourceGroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |