Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NetworkResourceProperties

Package version

interface

An interface representing NetworkResourceProperties. Describes properties of a network resource.

Hierarchy

  • NetworkResourceProperties

Index

Properties

Optional description

description: undefined | string
member

{string} [description] User readable description of the network.

kind

kind: "NetworkResourceProperties"
member

{string} kind Polymorphic Discriminator

Optional provisioningState

provisioningState: undefined | string
member

{string} [provisioningState] State of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional status

member

{ResourceStatus} [status] Status of the network. Possible values include: 'Unknown', 'Ready', 'Upgrading', 'Creating', 'Deleting', 'Failed' NOTE: This property will not be serialized. It can only be populated by the server.

Optional statusDetails

statusDetails: undefined | string
member

{string} [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.

Generated using TypeDoc