SiteNetworkServicePropertiesFormat 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.
Site network service properties.
public class SiteNetworkServicePropertiesFormat : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HybridNetwork.Models.SiteNetworkServicePropertiesFormat>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HybridNetwork.Models.SiteNetworkServicePropertiesFormat>
type SiteNetworkServicePropertiesFormat = class
interface IJsonModel<SiteNetworkServicePropertiesFormat>
interface IPersistableModel<SiteNetworkServicePropertiesFormat>
Public Class SiteNetworkServicePropertiesFormat
Implements IJsonModel(Of SiteNetworkServicePropertiesFormat), IPersistableModel(Of SiteNetworkServicePropertiesFormat)
- Inheritance
-
SiteNetworkServicePropertiesFormat
- Implements
Constructors
| Name | Description |
|---|---|
| SiteNetworkServicePropertiesFormat() |
Initializes a new instance of SiteNetworkServicePropertiesFormat. |
Properties
| Name | Description |
|---|---|
| DesiredStateConfigurationGroupValueReferences |
The goal state of the site network service resource. This has references to the configuration group value objects that describe the desired state of the site network service. |
| LastStateConfigurationGroupValueReferences |
The last state of the site network service resource. |
| LastStateNetworkServiceDesignVersionName |
The network service design version for the site network service. |
| ManagedResourceGroupConfiguration |
Managed resource group configuration. |
| NetworkServiceDesignGroupName |
The network service design group name for the site network service. |
| NetworkServiceDesignVersionName |
The network service design version for the site network service. |
| NetworkServiceDesignVersionOfferingLocation |
The location of the network service design offering. |
| NetworkServiceDesignVersionResourceReference |
The network service design version resource reference. Please note DeploymentResourceIdReference is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include OpenDeploymentResourceReference and SecretDeploymentResourceReference. |
| ProvisioningState |
The provisioning state of the site network service resource. |
| PublisherName |
The publisher name for the site network service. |
| PublisherScope |
The scope of the publisher. |
| SiteReferenceId |
Gets or sets Id. |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<SiteNetworkServicePropertiesFormat>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<SiteNetworkServicePropertiesFormat>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<SiteNetworkServicePropertiesFormat>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<SiteNetworkServicePropertiesFormat>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<SiteNetworkServicePropertiesFormat>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |