GalleryTargetExtendedLocation Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
GalleryTargetExtendedLocation() |
Inicializa uma nova instância da classe GalleryTargetExtendedLocation. |
GalleryTargetExtendedLocation(String, GalleryExtendedLocation, Nullable<Int32>, String, EncryptionImages) |
Inicializa uma nova instância da classe GalleryTargetExtendedLocation. |
GalleryTargetExtendedLocation()
Inicializa uma nova instância da classe GalleryTargetExtendedLocation.
public GalleryTargetExtendedLocation ();
Public Sub New ()
Aplica-se a
GalleryTargetExtendedLocation(String, GalleryExtendedLocation, Nullable<Int32>, String, EncryptionImages)
Inicializa uma nova instância da classe 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)
Parâmetros
- name
- String
O nome da região.
- extendedLocation
- GalleryExtendedLocation
O número de réplicas da Versão da Imagem a ser criada por local estendido. Essa propriedade é atualizável.
- storageAccountType
- String
Especifica o tipo de conta de armazenamento a ser usado para armazenar a imagem. Essa propriedade não é atualizável. Os valores possíveis incluem: 'Standard_LRS', 'Standard_ZRS', 'StandardSSD_LRS', 'Premium_LRS'
- encryption
- EncryptionImages
Aplica-se a
Azure SDK for .NET