NetworkResourcePropertiesResponse

data class NetworkResourcePropertiesResponse(val description: String? = null, val kind: String, val provisioningState: String, val status: String, val statusDetails: String)

Describes properties of a network resource.

Constructors

Link copied to clipboard
constructor(description: String? = null, kind: String, provisioningState: String, status: String, statusDetails: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

User readable description of the network.

Link copied to clipboard

The type of a Service Fabric container network. Expected value is 'NetworkResourceProperties'.

Link copied to clipboard

State of the resource.

Link copied to clipboard

Status of the network.

Link copied to clipboard

Gives additional information about the current status of the network.