External Class
Definition
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.
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) | |
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) | |
ToJsonString() |
Serializes this instance to a json string. |