IUpdateDefinition<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 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.IWithDelegation<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 IUpdateDefinition<'ParentT> = interface
interface IBlank<'ParentT>
interface IWithAddressPrefix<'ParentT>
interface IWithNetworkSecurityGroup<'ParentT>
interface IWithAttach<'ParentT>
interface IInUpdate<'ParentT>
interface IWithRouteTable<'ParentT>
interface IWithServiceEndpoint<'ParentT>
interface IBeta
interface IWithDelegation<'ParentT>
Public Interface IUpdateDefinition(Of ParentT)
Implements IBeta, IBlank(Of ParentT), IInUpdate(Of ParentT), IWithAddressPrefix(Of ParentT), IWithAttach(Of ParentT), IWithDelegation(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.
- Implements
Methods
Attach() | (Inherited from IInUpdate<ParentT>) |
WithAccessFromService(ServiceEndpointType) |
Specifies a service endpoint to enable access from. (Inherited from IWithServiceEndpoint<ParentT>) |
WithAddressPrefix(String) |
Specifies the IP address space of the subnet, within the address space of the network. (Inherited from IWithAddressPrefix<ParentT>) |
WithDelegation(String) |
Specifies a service name for subnet delegation. (Inherited from IWithDelegation<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