GalleryTargetExtendedLocation Class
Definition
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.Api20220103.GalleryTargetExtendedLocationTypeConverter))]
public class GalleryTargetExtendedLocation : Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryTargetExtendedLocation
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.GalleryTargetExtendedLocationTypeConverter))>]
type GalleryTargetExtendedLocation = class
interface IGalleryTargetExtendedLocation
interface IJsonSerializable
Public Class GalleryTargetExtendedLocation
Implements IGalleryTargetExtendedLocation
- Inheritance
-
GalleryTargetExtendedLocation
- Attributes
- Implements
Constructors
GalleryTargetExtendedLocation() |
Creates an new GalleryTargetExtendedLocation instance. |
Properties
EncryptionDataDiskImage |
A list of encryption specifications for data disk images. |
ExtendedLocationName | |
ExtendedLocationReplicaCount |
The number of replicas of the Image Version to be created per extended location. This property is updatable. |
ExtendedLocationType |
It is type of the extended location. |
Name |
The name of the region. |
OSDiskImageDiskEncryptionSetId |
A relative URI containing the resource ID of the disk encryption set. |
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 GalleryTargetExtendedLocation. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of GalleryTargetExtendedLocation. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryTargetExtendedLocation. |
FromJsonString(String) |
Creates a new instance of GalleryTargetExtendedLocation, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of GalleryTargetExtendedLocation into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |