你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

GalleryTargetExtendedLocation 构造函数

定义

重载

GalleryTargetExtendedLocation()

初始化 GalleryTargetExtendedLocation 类的新实例。

GalleryTargetExtendedLocation(String, GalleryExtendedLocation, Nullable<Int32>, String, EncryptionImages)

初始化 GalleryTargetExtendedLocation 类的新实例。

GalleryTargetExtendedLocation()

初始化 GalleryTargetExtendedLocation 类的新实例。

public GalleryTargetExtendedLocation ();
Public Sub New ()

适用于

GalleryTargetExtendedLocation(String, GalleryExtendedLocation, Nullable<Int32>, String, EncryptionImages)

初始化 GalleryTargetExtendedLocation 类的新实例。

public GalleryTargetExtendedLocation (string name = default, Microsoft.Azure.Management.Compute.Models.GalleryExtendedLocation extendedLocation = default, int? extendedLocationReplicaCount = default, string storageAccountType = default, Microsoft.Azure.Management.Compute.Models.EncryptionImages encryption = default);
new Microsoft.Azure.Management.Compute.Models.GalleryTargetExtendedLocation : string * Microsoft.Azure.Management.Compute.Models.GalleryExtendedLocation * Nullable<int> * string * Microsoft.Azure.Management.Compute.Models.EncryptionImages -> Microsoft.Azure.Management.Compute.Models.GalleryTargetExtendedLocation
Public Sub New (Optional name As String = Nothing, Optional extendedLocation As GalleryExtendedLocation = Nothing, Optional extendedLocationReplicaCount As Nullable(Of Integer) = Nothing, Optional storageAccountType As String = Nothing, Optional encryption As EncryptionImages = Nothing)

参数

name
String

区域的名称。

extendedLocation
GalleryExtendedLocation
extendedLocationReplicaCount
Nullable<Int32>

每个扩展位置要创建的映像版本的副本数。 此属性可更新。

storageAccountType
String

指定要用于存储映像的存储帐户类型。 此属性不可更新。 可能的值包括:“Standard_LRS”、“Standard_ZRS”、“StandardSSD_LRS”、“Premium_LRS”

encryption
EncryptionImages

适用于