Executable<IFluentResourceT> Class
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 base class for all executable model.
public abstract class Executable<IFluentResourceT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.Indexable, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IExecutable<IFluentResourceT>
type Executable<'IFluentResourceT> = class
inherit Indexable
interface IExecutable<'IFluentResourceT>
interface IIndexable
Public MustInherit Class Executable(Of IFluentResourceT)
Inherits Indexable
Implements IExecutable(Of IFluentResourceT)
Type Parameters
- IFluentResourceT
The fluent model type representing the executable
- Inheritance
- Implements
-
IExecutable<IFluentResourceT> IIndexable
Constructors
Executable<IFluentResourceT>() |
Properties
Key | (Inherited from Indexable) |
Methods
Execute() | |
ExecuteAsync(CancellationToken, Boolean) |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET