IWithAttach<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.
The final stage of the subnet definition. At this stage, any remaining optional settings can be specified, or the subnet definition can be attached to the parent virtual network definition.
public interface IWithAttach<ParentT> : Microsoft.Azure.Management.Network.Fluent.Subnet.UpdateDefinition.IWithNetworkSecurityGroup<ParentT>, Microsoft.Azure.Management.Network.Fluent.Subnet.UpdateDefinition.IWithRouteTable<ParentT>, Microsoft.Azure.Management.Network.Fluent.Subnet.UpdateDefinition.IWithServiceEndpoint<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithAttach<'ParentT> = interface
interface IInUpdate<'ParentT>
interface IWithNetworkSecurityGroup<'ParentT>
interface IWithRouteTable<'ParentT>
interface IWithServiceEndpoint<'ParentT>
interface IBeta
Public Interface IWithAttach(Of ParentT)
Implements IBeta, IInUpdate(Of ParentT), IWithNetworkSecurityGroup(Of ParentT), IWithRouteTable(Of ParentT), IWithServiceEndpoint(Of ParentT)
Type Parameters
- ParentT
The stage of the parent definition to return to after attaching this definition.
- Derived
- Implements
Methods
Attach() | (Inherited from IInUpdate<ParentT>) |
WithAccessFromService(ServiceEndpointType) |
Specifies a service endpoint to enable access from. (Inherited from IWithServiceEndpoint<ParentT>) |
WithExistingNetworkSecurityGroup(INetworkSecurityGroup) |
Assigns an existing network security group to this subnet. (Inherited from IWithNetworkSecurityGroup<ParentT>) |
WithExistingNetworkSecurityGroup(String) |
Assigns an existing network security group to this subnet. (Inherited from IWithNetworkSecurityGroup<ParentT>) |
WithExistingRouteTable(IRouteTable) |
Specifies an existing route table to associate with the subnet. (Inherited from IWithRouteTable<ParentT>) |
WithExistingRouteTable(String) |
Specifies an existing route table to associate with the subnet. (Inherited from IWithRouteTable<ParentT>) |
Applies to
Azure SDK for .NET