NetworkManagerData Class

Definition

A class representing the NetworkManager data model. The Managed Network resource

public class NetworkManagerData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.NetworkManagerData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.NetworkManagerData>
public class NetworkManagerData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData
type NetworkManagerData = class
    inherit NetworkTrackedResourceData
    interface IJsonModel<NetworkManagerData>
    interface IPersistableModel<NetworkManagerData>
type NetworkManagerData = class
    inherit NetworkTrackedResourceData
Public Class NetworkManagerData
Inherits NetworkTrackedResourceData
Implements IJsonModel(Of NetworkManagerData), IPersistableModel(Of NetworkManagerData)
Public Class NetworkManagerData
Inherits NetworkTrackedResourceData
Inheritance
NetworkManagerData
Implements

Constructors

NetworkManagerData()

Initializes a new instance of NetworkManagerData.

Properties

Description

A description of the network manager.

ETag

A unique read-only string that changes whenever the resource is updated.

Id

Resource ID.

(Inherited from NetworkTrackedResourceData)
Location

Resource location.

(Inherited from NetworkTrackedResourceData)
Name

Resource name.

(Inherited from NetworkTrackedResourceData)
NetworkManagerScopeAccesses

Scope Access.

NetworkManagerScopes

Scope of Network Manager.

ProvisioningState

The provisioning state of the network manager resource.

ResourceGuid

Unique identifier for this resource.

ResourceType

Resource type.

(Inherited from NetworkTrackedResourceData)
SystemData

The system metadata related to this resource.

Tags

Resource tags.

(Inherited from NetworkTrackedResourceData)

Explicit Interface Implementations

IJsonModel<NetworkManagerData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<NetworkManagerData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<NetworkTrackedResourceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from NetworkTrackedResourceData)
IJsonModel<NetworkTrackedResourceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<NetworkManagerData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkManagerData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<NetworkManagerData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<NetworkTrackedResourceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<NetworkTrackedResourceData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<NetworkTrackedResourceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from NetworkTrackedResourceData)

Applies to