Show / Hide Table of Contents

Class ProtectionContainerState

Inheritance
System.Object
InputArgs
ResourceArgs
ProtectionContainerState
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.SiteRecovery
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ProtectionContainerState : ResourceArgs

Constructors

View Source

ProtectionContainerState()

Declaration
public ProtectionContainerState()

Properties

View Source

Name

The name of the network mapping.

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

RecoveryFabricName

Name of fabric that should contain this protection container.

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

RecoveryVaultName

The name of the vault that should be updated.

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 that should be updated is located.

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