IVirtualNetworkGatewayIPConfiguration Interface

Definition

A client-side representation of an virtual network gateway IP configuration.

public interface IVirtualNetworkGatewayIPConfiguration : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.Network.Fluent.IVirtualNetworkGateway>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.VirtualNetworkGatewayIPConfigurationInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.IVirtualNetworkGateway>
type IVirtualNetworkGatewayIPConfiguration = interface
    interface IBeta
    interface IHasInner<VirtualNetworkGatewayIPConfigurationInner>
    interface IChildResource<IVirtualNetworkGateway>
    interface IHasName
    interface IIndexable
    interface IHasParent<IVirtualNetworkGateway>
Public Interface IVirtualNetworkGatewayIPConfiguration
Implements IBeta, IChildResource(Of IVirtualNetworkGateway), IHasInner(Of VirtualNetworkGatewayIPConfigurationInner), IHasParent(Of IVirtualNetworkGateway)
Implements

Properties

Inner (Inherited from IHasInner<T>)
Key (Inherited from IIndexable)
Name

Gets the name of the resource

(Inherited from IHasName)
NetworkId

Gets the resource ID of the virtual network the application gateway is in.

Parent

Gets the parent of this child resource.

(Inherited from IHasParent<ParentT>)
PrivateIPAllocationMethod

Gets the private IP allocation method. Possible values are: 'Static' and 'Dynamic'.

PublicIPAddressId

Gets the resource id of associated public IP address.

SubnetName

Gets the name of the subnet the virtual network gateway is in.

Methods

GetSubnet()

Applies to