Share via


SkuName Struct

Definition

Defines values for SkuName.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.VideoAnalyzer.Models.SkuNameConverter))]
public struct SkuName : IEquatable<Microsoft.Azure.Management.VideoAnalyzer.Models.SkuName>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.VideoAnalyzer.Models.SkuNameConverter))>]
type SkuName = struct
Public Structure SkuName
Implements IEquatable(Of SkuName)
Inheritance
SkuName
Attributes
Newtonsoft.Json.JsonConverterAttribute
Implements

Fields

BatchS1

Represents the Batch S1 SKU name. Using this SKU you can create pipeline jobs to process recorded content.

LiveS1

Represents the Live S1 SKU name. Using this SKU you can create live pipelines to capture, record, and stream live video from RTSP-capable cameras at bitrate settings from 0.5 Kbps to 3000 Kbps.

Methods

Equals(Object)

Overrides Equals operator for SkuName

Equals(SkuName)

Compares enums of type SkuName

GetHashCode()

Returns for hashCode SkuName

ToString()

Returns string representation for SkuName

Operators

Equality(SkuName, SkuName)

Overriding == operator for enum SkuName

Implicit(SkuName to String)

Implicit operator to convert SkuName to string

Implicit(String to SkuName)

Implicit operator to convert string to SkuName

Inequality(SkuName, SkuName)

Overriding != operator for enum SkuName

Applies to