IDefinition<ParentT> Interface

Definition

The entirety of a Subnet definition.

public interface IDefinition<ParentT> : Microsoft.Azure.Management.Network.Fluent.Subnet.Definition.IBlank<ParentT>, Microsoft.Azure.Management.Network.Fluent.Subnet.Definition.IWithAddressPrefix<ParentT>, Microsoft.Azure.Management.Network.Fluent.Subnet.Definition.IWithAttach<ParentT>, Microsoft.Azure.Management.Network.Fluent.Subnet.Definition.IWithDelegation<ParentT>, Microsoft.Azure.Management.Network.Fluent.Subnet.Definition.IWithNetworkSecurityGroup<ParentT>, Microsoft.Azure.Management.Network.Fluent.Subnet.Definition.IWithRouteTable<ParentT>, Microsoft.Azure.Management.Network.Fluent.Subnet.Definition.IWithServiceEndpoint<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IDefinition<'ParentT> = interface
    interface IBlank<'ParentT>
    interface IWithAddressPrefix<'ParentT>
    interface IWithAttach<'ParentT>
    interface IInDefinition<'ParentT>
    interface IWithNetworkSecurityGroup<'ParentT>
    interface IWithRouteTable<'ParentT>
    interface IWithServiceEndpoint<'ParentT>
    interface IBeta
    interface IWithDelegation<'ParentT>
Public Interface IDefinition(Of ParentT)
Implements IBeta, IBlank(Of ParentT), IInDefinition(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 IInDefinition<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