HybridDataJobDefinitionResource 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 HybridDataJobDefinition along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a HybridDataJobDefinitionResource from an instance of ArmClient using the GetHybridDataJobDefinitionResource method. Otherwise you can get one from its parent resource HybridDataServiceResource using the GetHybridDataJobDefinition method.
public class HybridDataJobDefinitionResource : Azure.ResourceManager.ArmResource
type HybridDataJobDefinitionResource = class
inherit ArmResource
Public Class HybridDataJobDefinitionResource
Inherits ArmResource
- Inheritance
Constructors
HybridDataJobDefinitionResource() |
Initializes a new instance of the HybridDataJobDefinitionResource class for mocking. |
Fields
ResourceType |
Gets the resource type for the operations. |
Properties
Data |
Gets the data representing this Feature. |
HasData |
Gets whether or not the current instance has data. |
Methods
CreateResourceIdentifier(String, String, String, String, String) |
Generate the resource identifier of a HybridDataJobDefinitionResource instance. |
Delete(WaitUntil, CancellationToken) |
This method deletes the given job definition.
|
DeleteAsync(WaitUntil, CancellationToken) |
This method deletes the given job definition.
|
Get(CancellationToken) |
This method gets job definition object by name.
|
GetAsync(CancellationToken) |
This method gets job definition object by name.
|
GetHybridDataJob(String, String, CancellationToken) |
This method gets a data manager job given the jobId.
|
GetHybridDataJobAsync(String, String, CancellationToken) |
This method gets a data manager job given the jobId.
|
GetHybridDataJobs() |
Gets a collection of HybridDataJobResources in the HybridDataJobDefinition. |
Run(WaitUntil, HybridDataJobRunContent, CancellationToken) |
This method runs a job instance of the given job definition.
|
RunAsync(WaitUntil, HybridDataJobRunContent, CancellationToken) |
This method runs a job instance of the given job definition.
|
Update(WaitUntil, HybridDataJobDefinitionData, CancellationToken) |
Creates or updates a job definition.
|
UpdateAsync(WaitUntil, HybridDataJobDefinitionData, CancellationToken) |
Creates or updates a job definition.
|
Applies to
Azure SDK for .NET