Partilhar via


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

External()

Creates an new External instance.

Properties

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

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