Class PolicyFileShareState
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.Backup
Assembly: Pulumi.Azure.dll
Syntax
public sealed class PolicyFileShareState : ResourceArgs
Constructors
View SourcePolicyFileShareState()
Declaration
public PolicyFileShareState()
Properties
View SourceBackup
Configures the Policy backup frequency and times as documented in the backup block below.
Declaration
public Input<PolicyFileShareBackupGetArgs> Backup { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<PolicyFileShareBackupGetArgs> |
Name
Specifies the name of the policy. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
RetentionDaily
Configures the policy daily retention as documented in the retention_daily block below.
Declaration
public Input<PolicyFileShareRetentionDailyGetArgs> RetentionDaily { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<PolicyFileShareRetentionDailyGetArgs> |
Timezone
Specifies the timezone. Defaults to UTC
Declaration
public Input<string> Timezone { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |