GetAccountFilterResult

data class GetAccountFilterResult(val azureApiVersion: String, val firstQuality: FirstQualityResponse? = null, val id: String, val name: String, val presentationTimeRange: PresentationTimeRangeResponse? = null, val systemData: SystemDataResponse, val tracks: List<FilterTrackSelectionResponse>? = null, val type: String)

An Account Filter.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, firstQuality: FirstQualityResponse? = null, id: String, name: String, presentationTimeRange: PresentationTimeRangeResponse? = null, systemData: SystemDataResponse, tracks: List<FilterTrackSelectionResponse>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

The first quality.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The name of the resource

Link copied to clipboard

The presentation time range.

Link copied to clipboard

The system metadata relating to this resource.

Link copied to clipboard

The tracks selection conditions.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"