Class ProtectedFileShareArgs
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 ProtectedFileShareArgs : ResourceArgs
Constructors
View SourceProtectedFileShareArgs()
Declaration
public ProtectedFileShareArgs()
Properties
View SourceBackupPolicyId
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> |
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 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> |
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> |
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> |