Compartilhar via


ArmComputeModelFactory.GalleryData Método

Definição

Inicializa uma nova instância de GalleryData.

public static Azure.ResourceManager.Compute.GalleryData GalleryData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, string description = default, string identifierUniqueName = default, Azure.ResourceManager.Compute.Models.GalleryProvisioningState? provisioningState = default, Azure.ResourceManager.Compute.Models.SharingProfile sharingProfile = default, bool? isSoftDeleteEnabled = default, Azure.ResourceManager.Compute.Models.SharingStatus sharingStatus = default);
static member GalleryData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * string * string * Nullable<Azure.ResourceManager.Compute.Models.GalleryProvisioningState> * Azure.ResourceManager.Compute.Models.SharingProfile * Nullable<bool> * Azure.ResourceManager.Compute.Models.SharingStatus -> Azure.ResourceManager.Compute.GalleryData
Public Shared Function GalleryData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional description As String = Nothing, Optional identifierUniqueName As String = Nothing, Optional provisioningState As Nullable(Of GalleryProvisioningState) = Nothing, Optional sharingProfile As SharingProfile = Nothing, Optional isSoftDeleteEnabled As Nullable(Of Boolean) = Nothing, Optional sharingStatus As SharingStatus = Nothing) As GalleryData

Parâmetros

name
String

O nome.

resourceType
ResourceType

O resourceType.

systemData
SystemData

O systemData.

tags
IDictionary<String,String>

As marcas.

location
AzureLocation

O local.

description
String

A descrição desse recurso Galeria de Imagens Compartilhadas. Essa propriedade é atualizável.

identifierUniqueName
String

Descreve o nome exclusivo da galeria.

provisioningState
Nullable<GalleryProvisioningState>

O estado de provisionamento, que aparece apenas na resposta.

sharingProfile
SharingProfile

Perfil para compartilhamento de galeria para assinatura ou locatário.

isSoftDeleteEnabled
Nullable<Boolean>

Contém informações sobre a política de exclusão temporária da galeria.

sharingStatus
SharingStatus

Compartilhando status da galeria atual.

Retornos

Uma nova GalleryData instância para zombar.

Aplica-se a