StreamSourceAddresses 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 source IP address and CIDR ranges of the stream
[System.ComponentModel.TypeConverter(typeof(ADT.Models.StreamSourceAddressesTypeConverter))]
public class StreamSourceAddresses : ADT.Models.IStreamSourceAddresses
[<System.ComponentModel.TypeConverter(typeof(ADT.Models.StreamSourceAddressesTypeConverter))>]
type StreamSourceAddresses = class
interface IStreamSourceAddresses
interface IJsonSerializable
Public Class StreamSourceAddresses
Implements IStreamSourceAddresses
- Inheritance
-
StreamSourceAddresses
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| StreamSourceAddresses() |
Creates an new StreamSourceAddresses instance. |
Properties
| Name | Description |
|---|---|
| SourceAddress |
A source IP address or CIDR range |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of StreamSourceAddresses. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StreamSourceAddresses. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of ADT.Models.IStreamSourceAddresses. |
| FromJsonString(String) |
Creates a new instance of StreamSourceAddresses, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of StreamSourceAddresses into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |