RequiredTraffic 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.
Required inbound or outbound traffic for Azure Spring Apps resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.RequiredTrafficTypeConverter))]
public class RequiredTraffic : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IRequiredTraffic
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.RequiredTrafficTypeConverter))>]
type RequiredTraffic = class
interface IRequiredTraffic
interface IJsonSerializable
Public Class RequiredTraffic
Implements IRequiredTraffic
- Inheritance
-
RequiredTraffic
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| RequiredTraffic() |
Creates an new RequiredTraffic instance. |
Properties
| Name | Description |
|---|---|
| Direction |
The direction of required traffic |
| Fqdn |
The FQDN list of required traffic |
| IP |
The ip list of required traffic |
| Port |
The port of required traffic |
| Protocol |
The protocol of required traffic |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RequiredTraffic. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RequiredTraffic. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IRequiredTraffic. |
| FromJsonString(String) |
Creates a new instance of RequiredTraffic, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of RequiredTraffic into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |