NetworkServiceDesignGroupPropertiesFormat Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
network service design group properties.
public class NetworkServiceDesignGroupPropertiesFormat : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HybridNetwork.Models.NetworkServiceDesignGroupPropertiesFormat>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HybridNetwork.Models.NetworkServiceDesignGroupPropertiesFormat>
type NetworkServiceDesignGroupPropertiesFormat = class
interface IJsonModel<NetworkServiceDesignGroupPropertiesFormat>
interface IPersistableModel<NetworkServiceDesignGroupPropertiesFormat>
Public Class NetworkServiceDesignGroupPropertiesFormat
Implements IJsonModel(Of NetworkServiceDesignGroupPropertiesFormat), IPersistableModel(Of NetworkServiceDesignGroupPropertiesFormat)
- Inheritance
-
NetworkServiceDesignGroupPropertiesFormat
- Implements
Constructors
| Name | Description |
|---|---|
| NetworkServiceDesignGroupPropertiesFormat() |
Initializes a new instance of NetworkServiceDesignGroupPropertiesFormat. |
Properties
| Name | Description |
|---|---|
| Description |
The network service design group description. |
| ProvisioningState |
The provisioning state of the network service design groups resource. |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<NetworkServiceDesignGroupPropertiesFormat>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<NetworkServiceDesignGroupPropertiesFormat>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<NetworkServiceDesignGroupPropertiesFormat>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<NetworkServiceDesignGroupPropertiesFormat>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<NetworkServiceDesignGroupPropertiesFormat>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |