次の方法で共有


ManagementLockClient Interface

public interface ManagementLockClient

The interface for ManagementLockClient class.

Method Summary

Modifier and Type Method and Description
abstract String getApiVersion()

Gets Api Version.

abstract AuthorizationOperationsClient getAuthorizationOperations()

Gets the AuthorizationOperationsClient 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 ManagementLocksClient getManagementLocks()

Gets the ManagementLocksClient object to access its operations.

abstract String getSubscriptionId()

Gets The ID of the target subscription.

Method Details

getApiVersion

public abstract String getApiVersion()

Gets Api Version.

Returns:

the apiVersion value.

getAuthorizationOperations

public abstract AuthorizationOperationsClient getAuthorizationOperations()

Gets the AuthorizationOperationsClient object to access its operations.

Returns:

the AuthorizationOperationsClient 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.

getManagementLocks

public abstract ManagementLocksClient getManagementLocks()

Gets the ManagementLocksClient object to access its operations.

Returns:

the ManagementLocksClient object.

getSubscriptionId

public abstract String getSubscriptionId()

Gets The ID of the target subscription.

Returns:

the subscriptionId value.

Applies to