IDefinition 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 verification ip flow parameters definition.
public interface IDefinition : Microsoft.Azure.Management.Network.Fluent.HasProtocol.Definition.IWithProtocol<Microsoft.Azure.Management.Network.Fluent.VerificationIPFlow.Definition.IWithLocalIP,Microsoft.Azure.Management.Network.Fluent.Models.IpFlowProtocol>, Microsoft.Azure.Management.Network.Fluent.VerificationIPFlow.Definition.IWithDirection, Microsoft.Azure.Management.Network.Fluent.VerificationIPFlow.Definition.IWithExecute, Microsoft.Azure.Management.Network.Fluent.VerificationIPFlow.Definition.IWithLocalIP, Microsoft.Azure.Management.Network.Fluent.VerificationIPFlow.Definition.IWithLocalPort, Microsoft.Azure.Management.Network.Fluent.VerificationIPFlow.Definition.IWithProtocol, Microsoft.Azure.Management.Network.Fluent.VerificationIPFlow.Definition.IWithRemoteIP, Microsoft.Azure.Management.Network.Fluent.VerificationIPFlow.Definition.IWithRemotePort, Microsoft.Azure.Management.Network.Fluent.VerificationIPFlow.Definition.IWithTargetResource, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IExecutable<Microsoft.Azure.Management.Network.Fluent.IVerificationIPFlow>
type IDefinition = interface
interface IWithTargetResource
interface IWithDirection
interface IWithProtocol
interface IWithProtocol<IWithLocalIP, IpFlowProtocol>
interface IWithLocalIP
interface IWithRemoteIP
interface IWithLocalPort
interface IWithRemotePort
interface IWithExecute
interface IExecutable<IVerificationIPFlow>
interface IIndexable
interface IWithNetworkInterface
Public Interface IDefinition
Implements IExecutable(Of IVerificationIPFlow), IWithDirection, IWithExecute, IWithLocalIP, IWithLocalPort, IWithProtocol, IWithProtocol(Of IWithLocalIP, IpFlowProtocol), IWithRemoteIP, IWithRemotePort, IWithTargetResource
- Implements
Properties
Inbound |
Gets Set inbound direction. (Inherited from IWithDirection) |
Key | (Inherited from IIndexable) |
Outbound |
Gets Set outbound direction. (Inherited from IWithDirection) |
Methods
Execute() |
Execute the request. (Inherited from IExecutable<T>) |
ExecuteAsync(CancellationToken, Boolean) |
Execute the request asynchronously. (Inherited from IExecutable<T>) |
WithDirection(Direction) |
Set the direction value. (Inherited from IWithDirection) |
WithLocalIPAddress(String) |
Set the localIPAddress value. (Inherited from IWithLocalIP) |
WithLocalPort(String) |
Set the localPort value. (Inherited from IWithLocalPort) |
WithProtocol(ProtocolT) |
Specifies the transport protocol. (Inherited from IWithProtocol<ReturnT,ProtocolT>) |
WithRemoteIPAddress(String) |
Set the remoteIPAddress value. (Inherited from IWithRemoteIP) |
WithRemotePort(String) |
Set the remotePort value. (Inherited from IWithRemotePort) |
WithTargetNetworkInterfaceId(String) |
Set the targetNetworkInterfaceId value. (Inherited from IWithNetworkInterface) |
WithTargetResourceId(String) |
Set the targetResourceId value. (Inherited from IWithTargetResource) |
WithTCP() |
Set TCP protocol. (Inherited from IWithProtocol) |
WithUDP() |
Set UDP protocol. (Inherited from IWithProtocol) |
Applies to
Azure SDK for .NET