IStreamAnalyticsIdentity Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to