IFrontendIPConfigurationPropertiesFormat 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.CloudService.Models.Api20210301.FrontendIPConfigurationPropertiesFormatTypeConverter))]
public interface IFrontendIPConfigurationPropertiesFormat : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.FrontendIPConfigurationPropertiesFormatTypeConverter))>]
type IFrontendIPConfigurationPropertiesFormat = interface
interface IJsonSerializable
Public Interface IFrontendIPConfigurationPropertiesFormat
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
GatewayLoadBalancerId |
Resource ID. |
InboundNatPool |
An array of references to inbound pools that use this frontend IP. |
InboundNatRule |
An array of references to inbound rules that use this frontend IP. |
LoadBalancingRule |
An array of references to load balancing rules that use this frontend IP. |
OutboundRule |
An array of references to outbound rules that use this frontend IP. |
PrivateIPAddress |
The private IP address of the IP configuration. |
PrivateIPAddressVersion |
Whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. |
PrivateIPAllocationMethod |
The Private IP allocation method. |
ProvisioningState |
The provisioning state of the frontend IP configuration resource. |
PublicIPAddress |
The reference to the Public IP resource. |
PublicIPPrefixId |
Resource ID. |
Subnet |
The reference to the subnet resource. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |