IDeploymentOperationsFluent Interface

Definition

Entry point to deployment operation management API.

public interface IDeploymentOperationsFluent : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentOperation>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentOperation>
type IDeploymentOperationsFluent = interface
    interface ISupportsListing<IDeploymentOperation>
    interface ISupportsGettingById<IDeploymentOperation>
Public Interface IDeploymentOperationsFluent
Implements ISupportsGettingById(Of IDeploymentOperation), ISupportsListing(Of IDeploymentOperation)
Implements

Methods

GetById(String)

Gets the information about a resource from Azure based on the resource id.

(Inherited from ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

Gets the information about a resource from Azure based on the resource id.

(Inherited from ISupportsGettingById<T>)
List()

Lists all the resources of the specified type in the currently selected subscription.

(Inherited from ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

Lists all the resources of the specified type in the currently selected subscription.

(Inherited from ISupportsListing<T>)

Applies to