SiteRecoverySubnet Class

Definition

Subnets of the network.

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

Properties

AddressList

The list of addresses for the subnet.

FriendlyName

The subnet friendly name.

Name

The subnet name.

Explicit Interface Implementations

IJsonModel<SiteRecoverySubnet>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SiteRecoverySubnet>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SiteRecoverySubnet>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SiteRecoverySubnet>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SiteRecoverySubnet>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to