NicIPConfigurationResourceSettings 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 NIC IP configuration properties.
public class NicIPConfigurationResourceSettings
public class NicIPConfigurationResourceSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ResourceMover.Models.NicIPConfigurationResourceSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ResourceMover.Models.NicIPConfigurationResourceSettings>
type NicIPConfigurationResourceSettings = class
type NicIPConfigurationResourceSettings = class
interface IJsonModel<NicIPConfigurationResourceSettings>
interface IPersistableModel<NicIPConfigurationResourceSettings>
Public Class NicIPConfigurationResourceSettings
Public Class NicIPConfigurationResourceSettings
Implements IJsonModel(Of NicIPConfigurationResourceSettings), IPersistableModel(Of NicIPConfigurationResourceSettings)
- Inheritance
-
NicIPConfigurationResourceSettings
- Implements
Constructors
NicIPConfigurationResourceSettings() |
Initializes a new instance of NicIPConfigurationResourceSettings. |
Properties
IsPrimary |
Gets or sets a value indicating whether this IP configuration is the primary. |
LoadBalancerBackendAddressPools |
Gets or sets the references of the load balancer backend address pools. |
LoadBalancerNatRules |
Gets or sets the references of the load balancer NAT rules. |
Name |
Gets or sets the IP configuration name. |
PrivateIPAddressStringValue |
Gets or sets the private IP address of the network interface IP Configuration. |
PrivateIPAllocationMethod |
Gets or sets the private IP address allocation method. |
PublicIPSourceArmResourceId |
Gets the ARM resource ID of the tracked resource being referenced. |
Subnet |
Defines reference to subnet. |
Explicit Interface Implementations
IJsonModel<NicIPConfigurationResourceSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<NicIPConfigurationResourceSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<NicIPConfigurationResourceSettings>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<NicIPConfigurationResourceSettings>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<NicIPConfigurationResourceSettings>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET