ApplicationGatewayIPConfiguration 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.
IP configuration of an application gateway. Currently 1 public and 1 private IP configuration is allowed.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ApplicationGatewayIPConfigurationTypeConverter))]
public class ApplicationGatewayIPConfiguration : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationGatewayIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ApplicationGatewayIPConfigurationTypeConverter))>]
type ApplicationGatewayIPConfiguration = class
interface IApplicationGatewayIPConfiguration
interface IJsonSerializable
interface ISubResourceAutoGenerated
interface IValidates
Public Class ApplicationGatewayIPConfiguration
Implements IApplicationGatewayIPConfiguration, IValidates
- Inheritance
-
ApplicationGatewayIPConfiguration
- Attributes
- Implements
Constructors
ApplicationGatewayIPConfiguration() |
Creates an new ApplicationGatewayIPConfiguration instance. |
Properties
Etag |
A unique read-only string that changes whenever the resource is updated. |
Id |
Resource ID. |
Name |
Name of the IP configuration that is unique within an Application Gateway. |
ProvisioningState |
The provisioning state of the application gateway IP configuration resource. |
SubnetId |
Resource ID. |
Type |
Type of the resource. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ApplicationGatewayIPConfiguration. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ApplicationGatewayIPConfiguration. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationGatewayIPConfiguration. |
FromJsonString(String) |
Creates a new instance of ApplicationGatewayIPConfiguration, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ApplicationGatewayIPConfiguration into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |