OrchestratorInstanceServicesClient Interface
public interface OrchestratorInstanceServicesClient
An instance of this class provides access to all the operations defined in OrchestratorInstanceServicesClient.
Method Summary
Method Details
beginCreate
public abstract SyncPoller<PollResult<OrchestratorInner>,OrchestratorInner> beginCreate(String resourceGroupName, String resourceName, OrchestratorInner parameters)
Create a orchestrator instance.
Parameters:
Returns:
beginCreate
public abstract SyncPoller<PollResult<OrchestratorInner>,OrchestratorInner> beginCreate(String resourceGroupName, String resourceName, OrchestratorInner parameters, Context context)
Create a orchestrator instance.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String resourceName)
Deletes the Orchestrator Instance.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String resourceName, Boolean forceDelete, Context context)
Deletes the Orchestrator Instance.
Parameters:
Returns:
create
public abstract OrchestratorInner create(String resourceGroupName, String resourceName, OrchestratorInner parameters)
Create a orchestrator instance.
Parameters:
Returns:
create
public abstract OrchestratorInner create(String resourceGroupName, String resourceName, OrchestratorInner parameters, Context context)
Create a orchestrator instance.
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:
getByResourceGroup
public abstract OrchestratorInner getByResourceGroup(String resourceGroupName, String resourceName)
Gets details about the orchestrator instance.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response<OrchestratorInner> getByResourceGroupWithResponse(String resourceGroupName, String resourceName, Context context)
Gets details about the orchestrator instance.
Parameters:
Returns:
list
public abstract PagedIterable<OrchestratorInner> list()
Get all the orchestratorInstance resources in a subscription.
Returns:
list
public abstract PagedIterable<OrchestratorInner> list(Context context)
Get all the orchestratorInstance resources in a subscription.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<OrchestratorInner> listByResourceGroup(String resourceGroupName)
Get all the OrchestratorInstances resources in a resource group.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<OrchestratorInner> listByResourceGroup(String resourceGroupName, Context context)
Get all the OrchestratorInstances resources in a resource group.
Parameters:
Returns:
patch
public abstract OrchestratorInner patch(String resourceGroupName, String resourceName, OrchestratorResourceUpdateParameters parameters)
Update Orchestrator Instance.
Parameters:
Returns:
patchWithResponse
public abstract Response<OrchestratorInner> patchWithResponse(String resourceGroupName, String resourceName, OrchestratorResourceUpdateParameters parameters, Context context)
Update Orchestrator Instance.
Parameters:
Returns: