TargetRegion Class

Definition

Describes the target region information.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Models.TargetRegionTypeConverter))]
public class TargetRegion : Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Models.ITargetRegion
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Models.TargetRegionTypeConverter))>]
type TargetRegion = class
    interface ITargetRegion
    interface IJsonSerializable
Public Class TargetRegion
Implements ITargetRegion
Inheritance
TargetRegion
Attributes
Implements

Constructors

Name Description
TargetRegion()

Creates an new TargetRegion instance.

Properties

Name Description
Name

The name of the region.

ReplicaCount

The number of replicas of the Image Version to be created in this region. Omit to use the default (1).

StorageAccountType

Specifies the storage account type to be used to store the image in this region. Omit to use the default (Standard_LRS).

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TargetRegion.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TargetRegion.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Models.ITargetRegion.

FromJsonString(String)

Creates a new instance of TargetRegion, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of TargetRegion into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to