Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RequiredTraffic

Package version

Required inbound or outbound traffic for Azure Spring Apps resource.

Hierarchy

  • RequiredTraffic

Index

Properties

Optional direction

direction: TrafficDirection

The direction of required traffic NOTE: This property will not be serialized. It can only be populated by the server.

Optional fqdns

fqdns: string[]

The FQDN list of required traffic NOTE: This property will not be serialized. It can only be populated by the server.

Optional ips

ips: string[]

The ip list of required traffic NOTE: This property will not be serialized. It can only be populated by the server.

Optional port

port: undefined | number

The port of required traffic NOTE: This property will not be serialized. It can only be populated by the server.

Optional protocol

protocol: undefined | string

The protocol of required traffic NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc