Share via


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 HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

abstract PlaywrightQuotasClient getPlaywrightQuotas()

Gets the PlaywrightQuotasClient object to access its operations.

abstract PlaywrightWorkspaceQuotasClient getPlaywrightWorkspaceQuotas()

Gets the PlaywrightWorkspaceQuotasClient object to access its operations.

abstract PlaywrightWorkspacesClient getPlaywrightWorkspaces()

Gets the PlaywrightWorkspacesClient object to access its operations.

abstract String getSubscriptionId()

Gets The ID of the target subscription.

Method Details

getApiVersion

public abstract String getApiVersion()

Gets Version parameter.

Returns:

the apiVersion value.

getDefaultPollInterval

public abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

Returns:

the defaultPollInterval value.

getEndpoint

public abstract String getEndpoint()

Gets Service host.

Returns:

the endpoint value.

getHttpPipeline

public abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

Returns:

the httpPipeline value.

getOperations

public abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

Returns:

the OperationsClient object.

getPlaywrightQuotas

public abstract PlaywrightQuotasClient getPlaywrightQuotas()

Gets the PlaywrightQuotasClient object to access its operations.

Returns:

the PlaywrightQuotasClient object.

getPlaywrightWorkspaceQuotas

public abstract PlaywrightWorkspaceQuotasClient getPlaywrightWorkspaceQuotas()

Gets the PlaywrightWorkspaceQuotasClient object to access its operations.

Returns:

the PlaywrightWorkspaceQuotasClient object.

getPlaywrightWorkspaces

public abstract PlaywrightWorkspacesClient getPlaywrightWorkspaces()

Gets the PlaywrightWorkspacesClient object to access its operations.

Returns:

the PlaywrightWorkspacesClient object.

getSubscriptionId

public abstract String getSubscriptionId()

Gets The ID of the target subscription. The value must be an UUID.

Returns:

the subscriptionId value.

Applies to