Show / Hide Table of Contents

Class ProtectedFileShareState

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

Constructors

View Source

ProtectedFileShareState()

Declaration
public ProtectedFileShareState()

Properties

View Source

BackupPolicyId

Specifies the ID of the backup policy to use. The policy must be an Azure File Share backup policy. Other types are not supported.

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 Azure Backup Protected File Share. 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

SourceFileShareName

Specifies the name of the file share to backup. Changing this forces a new resource to be created.

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

SourceStorageAccountId

Specifies the ID of the storage account of the file share to backup. Changing this forces a new resource to be created.

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