你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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