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
Cloud |
getCloudEndpoints()
Gets the Cloud |
| 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
Operation |
getOperationStatusOperations()
Gets the Operation |
|
abstract
Private |
getPrivateEndpointConnections()
Gets the Private |
|
abstract
Private |
getPrivateLinkResources()
Gets the Private |
|
abstract
Registered |
getRegisteredServers()
Gets the Registered |
|
abstract
Resource |
getResourceProviders()
Gets the Resource |
|
abstract
Server |
getServerEndpoints()
Gets the Server |
|
abstract
Storage |
getStorageSyncServices()
Gets the Storage |
| abstract String |
getSubscriptionId()
Gets The ID of the target subscription. |
|
abstract
Sync |
getSyncGroups()
Gets the Sync |
|
abstract
Workflows |
getWorkflows()
Gets the Workflows |
Method Details
getApiVersion
public abstract String getApiVersion()
Gets Version parameter.
Returns:
getCloudEndpoints
public abstract CloudEndpointsClient getCloudEndpoints()
Gets the CloudEndpointsClient object to access its operations.
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:
getOperationStatusOperations
public abstract OperationStatusOperationsClient getOperationStatusOperations()
Gets the OperationStatusOperationsClient object to access its operations.
Returns:
getPrivateEndpointConnections
public abstract PrivateEndpointConnectionsClient getPrivateEndpointConnections()
Gets the PrivateEndpointConnectionsClient object to access its operations.
Returns:
getPrivateLinkResources
public abstract PrivateLinkResourcesClient getPrivateLinkResources()
Gets the PrivateLinkResourcesClient object to access its operations.
Returns:
getRegisteredServers
public abstract RegisteredServersClient getRegisteredServers()
Gets the RegisteredServersClient object to access its operations.
Returns:
getResourceProviders
public abstract ResourceProvidersClient getResourceProviders()
Gets the ResourceProvidersClient object to access its operations.
Returns:
getServerEndpoints
public abstract ServerEndpointsClient getServerEndpoints()
Gets the ServerEndpointsClient object to access its operations.
Returns:
getStorageSyncServices
public abstract StorageSyncServicesClient getStorageSyncServices()
Gets the StorageSyncServicesClient 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:
getSyncGroups
public abstract SyncGroupsClient getSyncGroups()
Gets the SyncGroupsClient object to access its operations.
Returns:
getWorkflows
public abstract WorkflowsClient getWorkflows()
Gets the WorkflowsClient object to access its operations.
Returns: