SubnetResourceSettings 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.
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
SubnetResourceSettings() |
Initializes a new instance of SubnetResourceSettings. |
Properties
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. |
Explicit Interface Implementations
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
Azure SDK for .NET