ArmComputeModelFactory.GalleryData Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von 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
Parameter
Die ID.
- name
- String
Der Name.
- resourceType
- ResourceType
Der resourceType.
- systemData
- SystemData
SystemData.
- tags
- IDictionary<String,String>
Die Tags.
- location
- AzureLocation
Der Speicherort.
- description
- String
Die Beschreibung dieser Shared Image Gallery-Ressource. Diese Eigenschaft ist aktualisierbar.
- identifierUniqueName
- String
Beschreibt den eindeutigen Namen des Katalogs.
- provisioningState
- Nullable<GalleryProvisioningState>
Der Bereitstellungsstatus, der nur in der Antwort angezeigt wird.
- sharingProfile
- SharingProfile
Profil für die Katalogfreigabe für abonnement oder mandant.
Enthält Informationen zur Richtlinie für vorläufiges Löschen des Katalogs.
- sharingStatus
- SharingStatus
Freigabe status des aktuellen Katalogs.
Gibt zurück
Eine neue GalleryData instance zum Simulieren.
Gilt für:
Azure SDK for .NET