IFrontendIPConfiguration 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.FrontendIPConfigurationTypeConverter))]
public interface IFrontendIPConfiguration : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ISubResourceAutoGenerated
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.FrontendIPConfigurationTypeConverter))>]
type IFrontendIPConfiguration = interface
interface IJsonSerializable
interface ISubResourceAutoGenerated
Public Interface IFrontendIPConfiguration
Implements ISubResourceAutoGenerated
- Derived
- Attributes
- Implements
Properties
Etag |
A unique read-only string that changes whenever the resource is updated. |
GatewayLoadBalancerId |
Resource ID. |
Id |
Resource ID. (Inherited from ISubResourceAutoGenerated) |
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. |
Name |
The name of the resource that is unique within the set of frontend IP configurations used by the load balancer. This name can be used to access the resource. |
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. |
Type |
Type of the resource. |
Zone |
A list of availability zones denoting the IP allocated for the resource needs to come from. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |