Interface ResourceProvidersClient
public interface ResourceProvidersClient
An instance of this class provides access to all the operations defined in ResourceProvidersClient.
-
Method Summary
Modifier and TypeMethodDescriptionconvertGraphRunbookContent
(String resourceGroupName, String automationAccountName, GraphicalRunbookContentInner parameters) Post operation to serialize or deserialize GraphRunbookContent.com.azure.core.http.rest.Response<GraphicalRunbookContentInner>
convertGraphRunbookContentWithResponse
(String resourceGroupName, String automationAccountName, GraphicalRunbookContentInner parameters, com.azure.core.util.Context context) Post operation to serialize or deserialize GraphRunbookContent.
-
Method Details
-
convertGraphRunbookContent
GraphicalRunbookContentInner convertGraphRunbookContent(String resourceGroupName, String automationAccountName, GraphicalRunbookContentInner parameters) Post operation to serialize or deserialize GraphRunbookContent.- Parameters:
resourceGroupName
- Name of an Azure Resource group.automationAccountName
- The name of the automation account.parameters
- Input data describing the graphical runbook.- Returns:
- graphical Runbook Content.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
convertGraphRunbookContentWithResponse
com.azure.core.http.rest.Response<GraphicalRunbookContentInner> convertGraphRunbookContentWithResponse(String resourceGroupName, String automationAccountName, GraphicalRunbookContentInner parameters, com.azure.core.util.Context context) Post operation to serialize or deserialize GraphRunbookContent.- Parameters:
resourceGroupName
- Name of an Azure Resource group.automationAccountName
- The name of the automation account.parameters
- Input data describing the graphical runbook.context
- The context to associate with this operation.- Returns:
- graphical Runbook Content along with
Response
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-