StorageSyncManagementClient Interface

public interface StorageSyncManagementClient

The interface for StorageSyncManagementClient class.

Method Summary

Modifier and Type Method and Description
abstract String getApiVersion()

Gets Version parameter.

abstract CloudEndpointsClient getCloudEndpoints()

Gets the CloudEndpointsClient object to access its operations.

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 OperationStatusOperationsClient getOperationStatusOperations()

Gets the OperationStatusOperationsClient 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 RegisteredServersClient getRegisteredServers()

Gets the RegisteredServersClient object to access its operations.

abstract ResourceProvidersClient getResourceProviders()

Gets the ResourceProvidersClient object to access its operations.

abstract ServerEndpointsClient getServerEndpoints()

Gets the ServerEndpointsClient object to access its operations.

abstract StorageSyncServicesClient getStorageSyncServices()

Gets the StorageSyncServicesClient object to access its operations.

abstract String getSubscriptionId()

Gets The ID of the target subscription.

abstract SyncGroupsClient getSyncGroups()

Gets the SyncGroupsClient object to access its operations.

abstract WorkflowsClient getWorkflows()

Gets the WorkflowsClient object to access its operations.

Method Details

getApiVersion

public abstract String getApiVersion()

Gets Version parameter.

Returns:

the apiVersion value.

getCloudEndpoints

public abstract CloudEndpointsClient getCloudEndpoints()

Gets the CloudEndpointsClient object to access its operations.

Returns:

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

getOperationStatusOperations

public abstract OperationStatusOperationsClient getOperationStatusOperations()

Gets the OperationStatusOperationsClient object to access its operations.

Returns:

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

getRegisteredServers

public abstract RegisteredServersClient getRegisteredServers()

Gets the RegisteredServersClient object to access its operations.

Returns:

the RegisteredServersClient object.

getResourceProviders

public abstract ResourceProvidersClient getResourceProviders()

Gets the ResourceProvidersClient object to access its operations.

Returns:

the ResourceProvidersClient object.

getServerEndpoints

public abstract ServerEndpointsClient getServerEndpoints()

Gets the ServerEndpointsClient object to access its operations.

Returns:

the ServerEndpointsClient object.

getStorageSyncServices

public abstract StorageSyncServicesClient getStorageSyncServices()

Gets the StorageSyncServicesClient object to access its operations.

Returns:

the StorageSyncServicesClient object.

getSubscriptionId

public abstract String getSubscriptionId()

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

Returns:

the subscriptionId value.

getSyncGroups

public abstract SyncGroupsClient getSyncGroups()

Gets the SyncGroupsClient object to access its operations.

Returns:

the SyncGroupsClient object.

getWorkflows

public abstract WorkflowsClient getWorkflows()

Gets the WorkflowsClient object to access its operations.

Returns:

the WorkflowsClient object.

Applies to