Aracılığıyla paylaş


PagedApplicationTypeQueryDescription.ApplicationTypeVersionFilter Property

Definition

Gets or sets the application type version to get details for.

public string ApplicationTypeVersionFilter { get; set; }
member this.ApplicationTypeVersionFilter : string with get, set
Public Property ApplicationTypeVersionFilter As String

Property Value

Remarks

Defaults to null, which matches all the application type versions of a given application type name. This filter should be provided only if an application type name filter is also provided.

This parameter matches against the case sensitive exact application type version defined in the application manifest of all provisioned or provisioning application types. For example, version "v1" does not match version "v1.0" because it is only a partial match. To request all the application type versions of an application type name, do not set this value.

Applies to