GetStreamConnectionStringResult 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 connection string for the specified streaming flow
[System.ComponentModel.TypeConverter(typeof(ADT.Models.GetStreamConnectionStringResultTypeConverter))]
public class GetStreamConnectionStringResult : ADT.Models.IGetStreamConnectionStringResult
[<System.ComponentModel.TypeConverter(typeof(ADT.Models.GetStreamConnectionStringResultTypeConverter))>]
type GetStreamConnectionStringResult = class
interface IGetStreamConnectionStringResult
interface IJsonSerializable
Public Class GetStreamConnectionStringResult
Implements IGetStreamConnectionStringResult
- Inheritance
-
GetStreamConnectionStringResult
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| GetStreamConnectionStringResult() |
Creates an new GetStreamConnectionStringResult instance. |
Properties
| Name | Description |
|---|---|
| ConnectionString |
The connection string for the specified streaming flow |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of GetStreamConnectionStringResult. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of GetStreamConnectionStringResult. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of ADT.Models.IGetStreamConnectionStringResult. |
| FromJsonString(String) |
Creates a new instance of GetStreamConnectionStringResult, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of GetStreamConnectionStringResult into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |