TargetRegion Class

Definition

Describes the target region information.

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

Constructors

TargetRegion()

Creates an new TargetRegion instance.

Properties

EncryptionDataDiskImage

A list of encryption specifications for data disk images.

Name

The name of the region.

OSDiskImageDiskEncryptionSetId

A relative URI containing the resource ID of the disk encryption set.

RegionalReplicaCount

The number of replicas of the Image Version to be created per region. This property is updatable.

SecurityProfileConfidentialVMEncryptionType

confidential VM encryption types

SecurityProfileSecureVMDiskEncryptionSetId

secure VM disk encryption set id

StorageAccountType

Specifies the storage account type to be used to store the image. This property is not updatable.

Methods

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.Compute.Models.Api20220103.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.

Applies to