IWithSubnet<ParentT> Interface

Definition

The stage of virtual network gateway IP configuration definition allowing to specify the subnet the virtual network gateway is on.

public interface IWithSubnet<ParentT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.HasSubnet.Definition.IWithSubnet<Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGatewayIPConfiguration.Definition.IWithAttach<Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGateway.Definition.IWithCreate>>
type IWithSubnet<'ParentT> = interface
    interface IWithSubnet<IWithAttach<IWithCreate>>
Public Interface IWithSubnet(Of ParentT)
Implements IWithSubnet(Of IWithAttach(Of IWithCreate))

Type Parameters

ParentT

The stage of the virtual network gateway definition to return to after attaching this definition.

Derived
Implements

Methods

WithExistingSubnet(INetwork, String)

Specifies an existing subnet the virtual network gateway should be part of and get its private IP address from.

WithExistingSubnet(ISubnet)

Specifies an existing subnet the virtual network gateway should be part of and get its private IP address from.

WithExistingSubnet(String, String)

Assigns the specified subnet to this resource.

(Inherited from IWithSubnet<ReturnT>)

Applies to