Show / Hide Table of Contents

Class ReplicatedVMManagedDiskArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ReplicatedVMManagedDiskArgs
Inherited Members
ResourceArgs.Empty
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 Source

ReplicatedVMManagedDiskArgs()

Declaration
public ReplicatedVMManagedDiskArgs()

Properties

View Source

DiskId

Id of disk that should be replicated.

Declaration
public Input<string> DiskId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

StagingStorageAccountId

Storage account that should be used for caching.

Declaration
public Input<string> StagingStorageAccountId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.