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

External Class

Definition

The storage account where the custom code artifacts are located.

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

Constructors

Name Description
External()

Creates an new External instance.

Properties

Name Description
Container
Path
StorageAccountKey

The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.

StorageAccountName

The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of External.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of External.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of External into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to