OrchestratorInstanceServices Interface
public interface OrchestratorInstanceServices
Resource collection API of OrchestratorInstanceServices.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Blank |
define(String name)
Begins definition for a new Orchestrator resource. |
| abstract void |
delete(String resourceGroupName, String resourceName)
Deletes the Orchestrator Instance. |
| abstract void |
delete(String resourceGroupName, String resourceName, Boolean forceDelete, Context context)
Deletes the Orchestrator Instance. |
| abstract void |
deleteById(String id)
Deletes the Orchestrator Instance. |
| abstract void |
deleteByIdWithResponse(String id, Boolean forceDelete, Context context)
Deletes the Orchestrator Instance. |
| abstract Orchestrator |
getById(String id)
Gets details about the orchestrator instance. |
| abstract Response<Orchestrator> |
getByIdWithResponse(String id, Context context)
Gets details about the orchestrator instance. |
| abstract Orchestrator |
getByResourceGroup(String resourceGroupName, String resourceName)
Gets details about the orchestrator instance. |
| abstract Response<Orchestrator> |
getByResourceGroupWithResponse(String resourceGroupName, String resourceName, Context context)
Gets details about the orchestrator instance. |
|
abstract
Paged |
list()
Get all the orchestrator |
|
abstract
Paged |
list(Context context)
Get all the orchestrator |
|
abstract
Paged |
listByResourceGroup(String resourceGroupName)
Get all the Orchestrator |
|
abstract
Paged |
listByResourceGroup(String resourceGroupName, Context context)
Get all the Orchestrator |
Method Details
define
public abstract Orchestrator.DefinitionStages.Blank define(String name)
Begins definition for a new Orchestrator resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String resourceName)
Deletes the Orchestrator Instance.
Parameters:
delete
public abstract void delete(String resourceGroupName, String resourceName, Boolean forceDelete, Context context)
Deletes the Orchestrator Instance.
Parameters:
deleteById
public abstract void deleteById(String id)
Deletes the Orchestrator Instance.
Parameters:
deleteByIdWithResponse
public abstract void deleteByIdWithResponse(String id, Boolean forceDelete, Context context)
Deletes the Orchestrator Instance.
Parameters:
getById
public abstract Orchestrator getById(String id)
Gets details about the orchestrator instance.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<Orchestrator> getByIdWithResponse(String id, Context context)
Gets details about the orchestrator instance.
Parameters:
Returns:
getByResourceGroup
public abstract Orchestrator getByResourceGroup(String resourceGroupName, String resourceName)
Gets details about the orchestrator instance.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response<Orchestrator> getByResourceGroupWithResponse(String resourceGroupName, String resourceName, Context context)
Gets details about the orchestrator instance.
Parameters:
Returns:
list
public abstract PagedIterable<Orchestrator> list()
Get all the orchestratorInstance resources in a subscription.
Returns:
list
public abstract PagedIterable<Orchestrator> list(Context context)
Get all the orchestratorInstance resources in a subscription.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<Orchestrator> listByResourceGroup(String resourceGroupName)
Get all the OrchestratorInstances resources in a resource group.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<Orchestrator> listByResourceGroup(String resourceGroupName, Context context)
Get all the OrchestratorInstances resources in a resource group.
Parameters:
Returns: