Show / Hide Table of Contents

Class ContainerStorageAccountState

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

Constructors

View Source

ContainerStorageAccountState()

Declaration
public ContainerStorageAccountState()

Properties

View Source

RecoveryVaultName

The name of the vault where the storage account will be registered.

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

ResourceGroupName

Name of the resource group where the vault is located.

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

StorageAccountId

Azure Resource ID of the storage account to be registered

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