ConnectionResetSharedKey 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.
The virtual network connection reset shared key.
public class ConnectionResetSharedKey : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.ConnectionResetSharedKey>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.ConnectionResetSharedKey>
public class ConnectionResetSharedKey
type ConnectionResetSharedKey = class
interface IJsonModel<ConnectionResetSharedKey>
interface IPersistableModel<ConnectionResetSharedKey>
type ConnectionResetSharedKey = class
Public Class ConnectionResetSharedKey
Implements IJsonModel(Of ConnectionResetSharedKey), IPersistableModel(Of ConnectionResetSharedKey)
Public Class ConnectionResetSharedKey
- Inheritance
-
ConnectionResetSharedKey
- Implements
Constructors
ConnectionResetSharedKey(Int32) |
Initializes a new instance of ConnectionResetSharedKey. |
Properties
KeyLength |
The virtual network connection reset shared key length, should between 1 and 128. |
Explicit Interface Implementations
IJsonModel<ConnectionResetSharedKey>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ConnectionResetSharedKey>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ConnectionResetSharedKey>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ConnectionResetSharedKey>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ConnectionResetSharedKey>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET