ArmComputeModelFactory.GalleryPatch Method
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.
Initializes a new instance of GalleryPatch.
public static Azure.ResourceManager.Compute.Models.GalleryPatch GalleryPatch (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = 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, System.Collections.Generic.IDictionary<string,string> tags = default);
static member GalleryPatch : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * Nullable<Azure.ResourceManager.Compute.Models.GalleryProvisioningState> * Azure.ResourceManager.Compute.Models.SharingProfile * Nullable<bool> * Azure.ResourceManager.Compute.Models.SharingStatus * System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.Compute.Models.GalleryPatch
Public Shared Function GalleryPatch (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = 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, Optional tags As IDictionary(Of String, String) = Nothing) As GalleryPatch
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- description
- String
The description of this Shared Image Gallery resource. This property is updatable.
- identifierUniqueName
- String
Describes the gallery unique name.
- provisioningState
- Nullable<GalleryProvisioningState>
The provisioning state, which only appears in the response.
- sharingProfile
- SharingProfile
Profile for gallery sharing to subscription or tenant.
Contains information about the soft deletion policy of the gallery.
- sharingStatus
- SharingStatus
Sharing status of current gallery.
- tags
- IDictionary<String,String>
Resource tags.
Returns
A new GalleryPatch instance for mocking.
Applies to
Azure SDK for .NET