NetworkManagerPropertiesNetworkManagerScopes Class

Definition

Scope of Network Manager.

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

Constructors

NetworkManagerPropertiesNetworkManagerScopes()

Initializes a new instance of NetworkManagerPropertiesNetworkManagerScopes.

Properties

CrossTenantScopes

List of cross tenant scopes.

ManagementGroups

List of management groups.

Subscriptions

List of subscriptions.

Explicit Interface Implementations

IJsonModel<NetworkManagerPropertiesNetworkManagerScopes>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetworkManagerPropertiesNetworkManagerScopes>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkManagerPropertiesNetworkManagerScopes>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkManagerPropertiesNetworkManagerScopes>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkManagerPropertiesNetworkManagerScopes>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to