你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SubnetResourceSettings Class

Definition

Defines the virtual network subnets resource settings.

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

Constructors

Name Description
SubnetResourceSettings()

Initializes a new instance of SubnetResourceSettings.

Properties

Name Description
AddressPrefix

Gets or sets address prefix for the subnet.

Name

Gets or sets the Subnet name.

NetworkSecurityGroupSourceArmResourceId

Gets the ARM resource ID of the tracked resource being referenced.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<SubnetResourceSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SubnetResourceSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SubnetResourceSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SubnetResourceSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SubnetResourceSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to