IUpdateDefinition<ParentT> Interface
Definition
The entirety of a subnet definition as part of a virtual network update.
public interface IUpdateDefinition<ParentT> : Microsoft.Azure.Management.Network.Fluent.Subnet.UpdateDefinition.IBlank<ParentT>, Microsoft.Azure.Management.Network.Fluent.Subnet.UpdateDefinition.IWithAddressPrefix<ParentT>, Microsoft.Azure.Management.Network.Fluent.Subnet.UpdateDefinition.IWithAttach<ParentT>, Microsoft.Azure.Management.Network.Fluent.Subnet.UpdateDefinition.IWithNetworkSecurityGroup<ParentT>, Microsoft.Azure.Management.Network.Fluent.Subnet.UpdateDefinition.IWithRouteTable<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ParentT>
type IUpdateDefinition<'ParentT> = interface
interface IBlank<'ParentT>
interface IWithAddressPrefix<'ParentT>
interface IWithNetworkSecurityGroup<'ParentT>
interface IWithAttach<'ParentT>
interface IInUpdate<'ParentT>
interface IWithRouteTable<'ParentT>
Public Interface IUpdateDefinition(Of ParentT)
Implements IBlank(Of ParentT), IInUpdate(Of ParentT), IWithAddressPrefix(Of ParentT), IWithAttach(Of ParentT), IWithNetworkSecurityGroup(Of ParentT), IWithRouteTable(Of ParentT)
Type Parameters
- ParentT
The return type of the final UpdateDefinitionStages.WithAttach.attach().
- Implements
Methods
Attach() | (Inherited from IInUpdate<ParentT>) |
WithAddressPrefix(String) |
Specifies the IP address space of the subnet, within the address space of the network. (Inherited from IWithAddressPrefix<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>) |