共用方式為


NetworkConfigurationGroup Class

Definition

The network configuration group resource.

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

Properties

Description

A description of the network group.

Id

Network group ID.

MemberType

The type of the group member.

ProvisioningState

The provisioning state of the scope assignment resource.

ResourceGuid

Unique identifier for this resource.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<NetworkConfigurationGroup>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetworkConfigurationGroup>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkConfigurationGroup>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkConfigurationGroup>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkConfigurationGroup>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to