LocalNetworkResourceProperties interface

Information about a Service Fabric container network local to a single Service Fabric cluster.

Extends

Properties

kind

Polymorphic discriminator, which specifies the different types this object can be

networkAddressPrefix

Address space for the local container network.

Inherited Properties

description

User readable description of the network.

provisioningState

State of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

status

Status of the network. NOTE: This property will not be serialized. It can only be populated by the server.

statusDetails

Gives additional information about the current status of the network. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

kind

Polymorphic discriminator, which specifies the different types this object can be

kind: "Local"

Property Value

"Local"

networkAddressPrefix

Address space for the local container network.

networkAddressPrefix?: string

Property Value

string

Inherited Property Details

description

User readable description of the network.

description?: string

Property Value

string

Inherited From NetworkResourceProperties.description

provisioningState

State of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Property Value

string

Inherited From NetworkResourceProperties.provisioningState

status

Status of the network. NOTE: This property will not be serialized. It can only be populated by the server.

status?: string

Property Value

string

Inherited From NetworkResourceProperties.status

statusDetails

Gives additional information about the current status of the network. NOTE: This property will not be serialized. It can only be populated by the server.

statusDetails?: string

Property Value

string

Inherited From NetworkResourceProperties.statusDetails