ServiceServiceTaskCollection 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 ServiceServiceTaskResource and their operations. Each ServiceServiceTaskResource in the collection will belong to the same instance of DataMigrationServiceResource. To get a ServiceServiceTaskCollection instance call the GetServiceServiceTasks method from an instance of DataMigrationServiceResource.
public class ServiceServiceTaskCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.DataMigration.ServiceServiceTaskResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataMigration.ServiceServiceTaskResource>
type ServiceServiceTaskCollection = class
inherit ArmCollection
interface seq<ServiceServiceTaskResource>
interface IEnumerable
interface IAsyncEnumerable<ServiceServiceTaskResource>
Public Class ServiceServiceTaskCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of ServiceServiceTaskResource), IEnumerable(Of ServiceServiceTaskResource)
- Inheritance
- Implements
Constructors
ServiceServiceTaskCollection() |
Initializes a new instance of the ServiceServiceTaskCollection 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 service tasks resource is a nested, proxy-only resource representing work performed by a DMS instance. The PUT method creates a new service task or updates an existing one, although since service tasks have no mutable custom properties, there is little reason to update an existing one.
|
CreateOrUpdateAsync(WaitUntil, String, ProjectTaskData, CancellationToken) |
The service tasks resource is a nested, proxy-only resource representing work performed by a DMS instance. The PUT method creates a new service task or updates an existing one, although since service 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 service tasks resource is a nested, proxy-only resource representing work performed by a DMS instance. The GET method retrieves information about a service task.
|
GetAll(String, CancellationToken) |
The services resource is the top-level resource that represents the Database Migration Service. This method returns a list of service level 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 service level 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 service tasks resource is a nested, proxy-only resource representing work performed by a DMS instance. The GET method retrieves information about a service 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<ServiceServiceTaskResource>.GetAsyncEnumerator(CancellationToken) |
Returns an enumerator that iterates asynchronously through the collection. |
IEnumerable.GetEnumerator() |
Returns an enumerator that iterates through a collection. |
IEnumerable<ServiceServiceTaskResource>.GetEnumerator() |
Returns an enumerator that iterates through the collection. |
Applies to
Azure SDK for .NET