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