INicIPConfigurationResourceSettings Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.NicIPConfigurationResourceSettingsTypeConverter))]
public interface INicIPConfigurationResourceSettings : Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.NicIPConfigurationResourceSettingsTypeConverter))>]
type INicIPConfigurationResourceSettings = interface
interface IJsonSerializable
Public Interface INicIPConfigurationResourceSettings
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |