Condividi tramite


PurviewManagementClient Interface

public interface PurviewManagementClient

The interface for PurviewManagementClient class.

Method Summary

Modifier and Type Method and Description
abstract AccountsClient getAccounts()

Gets the AccountsClient object to access its operations.

abstract String getApiVersion()

Gets Api Version.

abstract DefaultAccountsClient getDefaultAccounts()

Gets the DefaultAccountsClient object to access its operations.

abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

abstract String getEndpoint()

Gets server parameter.

abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

abstract PrivateEndpointConnectionsClient getPrivateEndpointConnections()

Gets the PrivateEndpointConnectionsClient object to access its operations.

abstract PrivateLinkResourcesClient getPrivateLinkResources()

Gets the PrivateLinkResourcesClient object to access its operations.

abstract String getSubscriptionId()

Gets The subscription identifier.

Method Details

getAccounts

public abstract AccountsClient getAccounts()

Gets the AccountsClient object to access its operations.

Returns:

the AccountsClient object.

getApiVersion

public abstract String getApiVersion()

Gets Api Version.

Returns:

the apiVersion value.

getDefaultAccounts

public abstract DefaultAccountsClient getDefaultAccounts()

Gets the DefaultAccountsClient object to access its operations.

Returns:

the DefaultAccountsClient object.

getDefaultPollInterval

public abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

Returns:

the defaultPollInterval value.

getEndpoint

public abstract String getEndpoint()

Gets server parameter.

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.

getPrivateEndpointConnections

public abstract PrivateEndpointConnectionsClient getPrivateEndpointConnections()

Gets the PrivateEndpointConnectionsClient object to access its operations.

Returns:

the PrivateEndpointConnectionsClient object.

getPrivateLinkResources

public abstract PrivateLinkResourcesClient getPrivateLinkResources()

Gets the PrivateLinkResourcesClient object to access its operations.

Returns:

the PrivateLinkResourcesClient object.

getSubscriptionId

public abstract String getSubscriptionId()

Gets The subscription identifier.

Returns:

the subscriptionId value.

Applies to