Show / Hide Table of Contents

Class PolicyVMState

Inheritance
System.Object
InputArgs
ResourceArgs
PolicyVMState
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 PolicyVMState : ResourceArgs

Constructors

View Source

PolicyVMState()

Declaration
public PolicyVMState()

Properties

View Source

Backup

Configures the Policy backup frequency, times & days as documented in the backup block below.

Declaration
public Input<PolicyVMBackupGetArgs> Backup { get; set; }
Property Value
Type Description
Input<PolicyVMBackupGetArgs>
View Source

Name

Specifies the name of the Backup Policy. Changing this forces a new resource to be created.

Declaration
public Input<string> Name { 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 policy. 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

RetentionDaily

Configures the policy daily retention as documented in the retention_daily block below. Required when backup frequency is Daily.

Declaration
public Input<PolicyVMRetentionDailyGetArgs> RetentionDaily { get; set; }
Property Value
Type Description
Input<PolicyVMRetentionDailyGetArgs>
View Source

RetentionMonthly

Configures the policy monthly retention as documented in the retention_monthly block below.

Declaration
public Input<PolicyVMRetentionMonthlyGetArgs> RetentionMonthly { get; set; }
Property Value
Type Description
Input<PolicyVMRetentionMonthlyGetArgs>
View Source

RetentionWeekly

Configures the policy weekly retention as documented in the retention_weekly block below. Required when backup frequency is Weekly.

Declaration
public Input<PolicyVMRetentionWeeklyGetArgs> RetentionWeekly { get; set; }
Property Value
Type Description
Input<PolicyVMRetentionWeeklyGetArgs>
View Source

RetentionYearly

Configures the policy yearly retention as documented in the retention_yearly block below.

Declaration
public Input<PolicyVMRetentionYearlyGetArgs> RetentionYearly { get; set; }
Property Value
Type Description
Input<PolicyVMRetentionYearlyGetArgs>
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

Timezone

Specifies the timezone. Defaults to UTC

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