IWithSubnet<ParentT> 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.
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
- Derived
- Implements
Methods
WithExistingSubnet(INetwork, String) | |
WithExistingSubnet(ISubnet) | |
WithExistingSubnet(String, String) |
Assigns the specified subnet to this resource. (Inherited from IWithSubnet<ReturnT>) |