Show / Hide Table of Contents

Class ProtectedVMState

Inheritance
System.Object
InputArgs
ResourceArgs
ProtectedVMState
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.Backup
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ProtectedVMState : ResourceArgs

Constructors

View Source

ProtectedVMState()

Declaration
public ProtectedVMState()

Properties

View Source

BackupPolicyId

Specifies the id of the backup policy to use.

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

RecoveryVaultName

Specifies the name of the Recovery Services Vault to use. Changing this forces a new resource to be created.

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

ResourceGroupName

The name of the resource group in which to create the Recovery Services Protected VM. Changing this forces a new resource to be created.

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

SourceVmId

Specifies the ID of the VM to backup. Changing this forces a new resource to be created.

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

Tags

A mapping of tags to assign to the resource.

Declaration
public InputMap<string> Tags { get; set; }
Property Value
Type Description
InputMap<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.