Class SharedImageVersionTargetRegion
Inheritance
System.Object
SharedImageVersionTargetRegion
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.Compute.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class SharedImageVersionTargetRegion
Fields
View SourceName
The Azure Region in which this Image Version should exist.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
RegionalReplicaCount
The number of replicas of the Image Version to be created per region.
Declaration
public readonly int RegionalReplicaCount
Field Value
| Type | Description |
|---|---|
| System.Int32 |
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 readonly string StorageAccountType
Field Value
| Type | Description |
|---|---|
| System.String |