NetworkResourceProperties

Describes properties of a network resource.

Properties

Name Type Required
provisioningState string No
description string No
addressPrefix string Yes
ingressConfig IngressConfig No

provisioningState

Type: string
Required: No

State of the resource.


description

Type: string
Required: No

User readable description of the network.


addressPrefix

Type: string
Required: Yes

the address prefix for this network.


ingressConfig

Type: IngressConfig
Required: No

Describes public connectivity configuration for the network.