你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
FrontendIPConfiguration 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.
Frontend IP address of the load balancer.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.FrontendIPConfigurationTypeConverter))]
public class FrontendIPConfiguration : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.FrontendIPConfigurationTypeConverter))>]
type FrontendIPConfiguration = class
interface IFrontendIPConfiguration
interface IJsonSerializable
interface ISubResourceAutoGenerated
interface IValidates
Public Class FrontendIPConfiguration
Implements IFrontendIPConfiguration, IValidates
- Inheritance
-
FrontendIPConfiguration
- Attributes
- Implements
Constructors
FrontendIPConfiguration() |
Creates an new FrontendIPConfiguration instance. |
Properties
Etag |
A unique read-only string that changes whenever the resource is updated. |
GatewayLoadBalancerId |
Resource ID. |
Id |
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. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of FrontendIPConfiguration. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of FrontendIPConfiguration. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IFrontendIPConfiguration. |
FromJsonString(String) |
Creates a new instance of FrontendIPConfiguration, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of FrontendIPConfiguration into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |