Condividi tramite


NicIPConfigurationResourceSettings Class

Definition

Defines NIC IP configuration properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.NicIPConfigurationResourceSettingsTypeConverter))]
public class NicIPConfigurationResourceSettings : Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.INicIPConfigurationResourceSettings
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.NicIPConfigurationResourceSettingsTypeConverter))>]
type NicIPConfigurationResourceSettings = class
    interface INicIPConfigurationResourceSettings
    interface IJsonSerializable
Public Class NicIPConfigurationResourceSettings
Implements INicIPConfigurationResourceSettings
Inheritance
NicIPConfigurationResourceSettings
Attributes
Implements

Constructors

NicIPConfigurationResourceSettings()

Creates an new NicIPConfigurationResourceSettings instance.

Properties

LoadBalancerBackendAddressPool

Gets or sets the references of the load balancer backend address pools.

LoadBalancerNatRule

Gets or sets the references of the load balancer NAT rules.

Name

Gets or sets the IP configuration name.

Primary

Gets or sets a value indicating whether this IP configuration is the primary.

PrivateIPAddress

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.

SubnetName

Gets the name of the proxy resource on the target side.

SubnetSourceArmResourceId

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NicIPConfigurationResourceSettings.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NicIPConfigurationResourceSettings.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.INicIPConfigurationResourceSettings.

FromJsonString(String)

Creates a new instance of NicIPConfigurationResourceSettings, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of NicIPConfigurationResourceSettings into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to