Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ITargetRegion Interface
Definition
- Assembly:
- Az.Compute.private.dll
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.TargetRegionTypeConverter))]
public interface ITargetRegion : Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.TargetRegionTypeConverter))>]
type ITargetRegion = interface
interface IJsonSerializable
Public Interface ITargetRegion
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |
