StreamAnalyticsIdentity Class

Definition

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

Constructors

StreamAnalyticsIdentity()

Creates an new StreamAnalyticsIdentity instance.

Properties

ClusterName

The name of the cluster.

FunctionName

The name of the function.

Id

Resource identity path

InputName

The name of the input.

JobName

The name of the streaming job.

Location

The region in which to retrieve the subscription's quota information. You can find out which regions Azure Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/

OutputName

The name of the output.

ResourceGroupName

The name of the resource group. The name is case insensitive.

SubscriptionId

The ID of the target subscription.

TransformationName

The name of the transformation.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StreamAnalyticsIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StreamAnalyticsIdentity.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StreamAnalyticsIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to