Partilhar via


StreamingJobSku Class

Definition

The properties that are associated with a SKU.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.StreamingJobSkuTypeConverter))]
public class StreamingJobSku : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IStreamingJobSku
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.StreamingJobSkuTypeConverter))>]
type StreamingJobSku = class
    interface IStreamingJobSku
    interface IJsonSerializable
Public Class StreamingJobSku
Implements IStreamingJobSku
Inheritance
StreamingJobSku
Attributes
Implements

Constructors

StreamingJobSku()

Creates an new StreamingJobSku instance.

Properties

Name

The name of the SKU. Required on PUT (CreateOrReplace) requests.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StreamingJobSku.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StreamingJobSku.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IStreamingJobSku.

FromJsonString(String)

Creates a new instance of StreamingJobSku, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of StreamingJobSku into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to