PlaywrightManagementClient Interface
public interface PlaywrightManagementClient
The interface for PlaywrightManagementClient class.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
getApiVersion()
Gets Version parameter. |
| abstract Duration |
getDefaultPollInterval()
Gets The default poll interval for long-running operation. |
| abstract String |
getEndpoint()
Gets Service host. |
|
abstract
Http |
getHttpPipeline()
Gets The HTTP pipeline to send requests through. |
|
abstract
Operations |
getOperations()
Gets the Operations |
|
abstract
Playwright |
getPlaywrightQuotas()
Gets the Playwright |
|
abstract
Playwright |
getPlaywrightWorkspaceQuotas()
Gets the Playwright |
|
abstract
Playwright |
getPlaywrightWorkspaces()
Gets the Playwright |
| abstract String |
getSubscriptionId()
Gets The ID of the target subscription. |
Method Details
getApiVersion
public abstract String getApiVersion()
Gets Version parameter.
Returns:
getDefaultPollInterval
public abstract Duration getDefaultPollInterval()
Gets The default poll interval for long-running operation.
Returns:
getEndpoint
public abstract String getEndpoint()
Gets Service host.
Returns:
getHttpPipeline
public abstract HttpPipeline getHttpPipeline()
Gets The HTTP pipeline to send requests through.
Returns:
getOperations
public abstract OperationsClient getOperations()
Gets the OperationsClient object to access its operations.
Returns:
getPlaywrightQuotas
public abstract PlaywrightQuotasClient getPlaywrightQuotas()
Gets the PlaywrightQuotasClient object to access its operations.
Returns:
getPlaywrightWorkspaceQuotas
public abstract PlaywrightWorkspaceQuotasClient getPlaywrightWorkspaceQuotas()
Gets the PlaywrightWorkspaceQuotasClient object to access its operations.
Returns:
getPlaywrightWorkspaces
public abstract PlaywrightWorkspacesClient getPlaywrightWorkspaces()
Gets the PlaywrightWorkspacesClient object to access its operations.
Returns:
getSubscriptionId
public abstract String getSubscriptionId()
Gets The ID of the target subscription. The value must be an UUID.
Returns: