Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IStreamAnalyticsIdentity Interface

Definition

Namespace:
Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models
Assembly:
Az.StreamAnalytics.private.dll

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

[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

Name Description
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

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to