Dela via


ArmComputeModelFactory.GalleryApplicationPatch Method

Definition

Initializes a new instance of GalleryApplicationPatch.

public static Azure.ResourceManager.Compute.Models.GalleryApplicationPatch GalleryApplicationPatch (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string description = default, string eula = default, Uri privacyStatementUri = default, Uri releaseNoteUri = default, DateTimeOffset? endOfLifeOn = default, Azure.ResourceManager.Compute.Models.SupportedOperatingSystemType? supportedOSType = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Compute.Models.GalleryApplicationCustomAction> customActions = default, System.Collections.Generic.IDictionary<string,string> tags = default);
static member GalleryApplicationPatch : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * Uri * Uri * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.Compute.Models.SupportedOperatingSystemType> * seq<Azure.ResourceManager.Compute.Models.GalleryApplicationCustomAction> * System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.Compute.Models.GalleryApplicationPatch
Public Shared Function GalleryApplicationPatch (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 eula As String = Nothing, Optional privacyStatementUri As Uri = Nothing, Optional releaseNoteUri As Uri = Nothing, Optional endOfLifeOn As Nullable(Of DateTimeOffset) = Nothing, Optional supportedOSType As Nullable(Of SupportedOperatingSystemType) = Nothing, Optional customActions As IEnumerable(Of GalleryApplicationCustomAction) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing) As GalleryApplicationPatch

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

description
String

The description of this gallery Application Definition resource. This property is updatable.

eula
String

The Eula agreement for the gallery Application Definition.

privacyStatementUri
Uri

The privacy statement uri.

releaseNoteUri
Uri

The release note uri.

endOfLifeOn
Nullable<DateTimeOffset>

The end of life date of the gallery Application Definition. This property can be used for decommissioning purposes. This property is updatable.

supportedOSType
Nullable<SupportedOperatingSystemType>

This property allows you to specify the supported type of the OS that application is built for. Possible values are: Windows, Linux..

customActions
IEnumerable<GalleryApplicationCustomAction>

A list of custom actions that can be performed with all of the Gallery Application Versions within this Gallery Application.

tags
IDictionary<String,String>

Resource tags.

Returns

A new GalleryApplicationPatch instance for mocking.

Applies to