ServiceProjectTaskCollection 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.
A class representing a collection of ServiceProjectTaskResource and their operations. Each ServiceProjectTaskResource in the collection will belong to the same instance of ProjectResource. To get a ServiceProjectTaskCollection instance call the GetServiceProjectTasks method from an instance of ProjectResource.
public class ServiceProjectTaskCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.DataMigration.ServiceProjectTaskResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataMigration.ServiceProjectTaskResource>
type ServiceProjectTaskCollection = class
inherit ArmCollection
interface seq<ServiceProjectTaskResource>
interface IEnumerable
interface IAsyncEnumerable<ServiceProjectTaskResource>
Public Class ServiceProjectTaskCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of ServiceProjectTaskResource), IEnumerable(Of ServiceProjectTaskResource)
- Inheritance
- Implements
Constructors
ServiceProjectTaskCollection() |
Initializes a new instance of the ServiceProjectTaskCollection class for mocking. |
Properties
Client |
Gets the ArmClient this resource client was created from. (Inherited from ArmCollection) |
Diagnostics |
Gets the diagnostic options for this resource client. (Inherited from ArmCollection) |
Endpoint |
Gets the base uri for this resource client. (Inherited from ArmCollection) |
Id |
Gets the resource identifier. (Inherited from ArmCollection) |
Pipeline |
Gets the pipeline for this resource client. (Inherited from ArmCollection) |
Methods
CreateOrUpdate(WaitUntil, String, ProjectTaskData, CancellationToken) |
The tasks resource is a nested, proxy-only resource representing work performed by a DMS instance. The PUT method creates a new task or updates an existing one, although since tasks have no mutable custom properties, there is little reason to update an existing one.
|
CreateOrUpdateAsync(WaitUntil, String, ProjectTaskData, CancellationToken) |
The tasks resource is a nested, proxy-only resource representing work performed by a DMS instance. The PUT method creates a new task or updates an existing one, although since tasks have no mutable custom properties, there is little reason to update an existing one.
|
Exists(String, String, CancellationToken) |
Checks to see if the resource exists in azure.
|
ExistsAsync(String, String, CancellationToken) |
Checks to see if the resource exists in azure.
|
Get(String, String, CancellationToken) |
The tasks resource is a nested, proxy-only resource representing work performed by a DMS instance. The GET method retrieves information about a task.
|
GetAll(String, CancellationToken) |
The services resource is the top-level resource that represents the Database Migration Service. This method returns a list of tasks owned by a service resource. Some tasks may have a status of Unknown, which indicates that an error occurred while querying the status of that task.
|
GetAllAsync(String, CancellationToken) |
The services resource is the top-level resource that represents the Database Migration Service. This method returns a list of tasks owned by a service resource. Some tasks may have a status of Unknown, which indicates that an error occurred while querying the status of that task.
|
GetAsync(String, String, CancellationToken) |
The tasks resource is a nested, proxy-only resource representing work performed by a DMS instance. The GET method retrieves information about a task.
|
GetIfExists(String, String, CancellationToken) |
Tries to get details for this resource from the service.
|
GetIfExistsAsync(String, String, CancellationToken) |
Tries to get details for this resource from the service.
|
TryGetApiVersion(ResourceType, String) |
Gets the api version override if it has been set for the current client options. (Inherited from ArmCollection) |
Explicit Interface Implementations
IAsyncEnumerable<ServiceProjectTaskResource>.GetAsyncEnumerator(CancellationToken) |
Returns an enumerator that iterates asynchronously through the collection. |
IEnumerable.GetEnumerator() |
Returns an enumerator that iterates through a collection. |
IEnumerable<ServiceProjectTaskResource>.GetEnumerator() |
Returns an enumerator that iterates through the collection. |
Applies to
Azure SDK for .NET