IWithExecute Interface

Definition

The stage of the definition which contains all the minimum required inputs for execution, but also allows for any other optional settings to be specified.

public interface IWithExecute : Microsoft.Azure.Management.Network.Fluent.AzureReachabilityReport.Definition.IWithAzureLocations, Microsoft.Azure.Management.Network.Fluent.AzureReachabilityReport.Definition.IWithProviders, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IExecutable<Microsoft.Azure.Management.Network.Fluent.IAzureReachabilityReport>
type IWithExecute = interface
    interface IExecutable<IAzureReachabilityReport>
    interface IIndexable
    interface IWithAzureLocations
    interface IWithProviders
Public Interface IWithExecute
Implements IExecutable(Of IAzureReachabilityReport), IWithAzureLocations, IWithProviders
Derived
Implements

Properties

Key (Inherited from IIndexable)

Methods

Execute()

Execute the request.

(Inherited from IExecutable<T>)
ExecuteAsync(CancellationToken, Boolean)

Execute the request asynchronously.

(Inherited from IExecutable<T>)
WithAzureLocations(String[]) (Inherited from IWithAzureLocations)
WithProviders(String[]) (Inherited from IWithProviders)

Applies to