Show / Hide Table of Contents

Class GetSharedImageVersionsImageTargetRegionResult

Inheritance
System.Object
GetSharedImageVersionsImageTargetRegionResult
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 GetSharedImageVersionsImageTargetRegionResult

Fields

View Source

Name

The Azure Region in which this Image Version exists.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

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
View Source

StorageAccountType

The storage account type for the image version.

Declaration
public readonly string StorageAccountType
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.