Show / Hide Table of Contents

Class SharedImageVersionTargetRegionArgs

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

Constructors

View Source

SharedImageVersionTargetRegionArgs()

Declaration
public SharedImageVersionTargetRegionArgs()

Properties

View Source

Name

The Azure Region in which this Image Version should exist.

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

RegionalReplicaCount

The number of replicas of the Image Version to be created per region.

Declaration
public Input<int> RegionalReplicaCount { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

StorageAccountType

The storage account type for the image version. Possible values are Standard_LRS and Standard_ZRS. Defaults to Standard_LRS. You can store all of your image version replicas in Zone Redundant Storage by specifying Standard_ZRS.

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