IApplicationGatewayIPConfiguration 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.
A client-side representation of an application gateway IP configuration.
public interface IApplicationGatewayIPConfiguration : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.Network.Fluent.IApplicationGateway>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayIPConfigurationInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.IApplicationGateway>
type IApplicationGatewayIPConfiguration = interface
interface IHasInner<ApplicationGatewayIPConfigurationInner>
interface IChildResource<IApplicationGateway>
interface IHasName
interface IIndexable
interface IHasParent<IApplicationGateway>
Public Interface IApplicationGatewayIPConfiguration
Implements IChildResource(Of IApplicationGateway), IHasInner(Of ApplicationGatewayIPConfigurationInner), IHasParent(Of IApplicationGateway)
- 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>) |
SubnetName |
Gets the name of the subnet the application gateway is in. |
Methods
GetSubnet() |
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.