StorageSyncManager Class

  • java.lang.Object
    • com.azure.resourcemanager.storagesync.StorageSyncManager

public final class StorageSyncManager

Entry point to StorageSyncManager. Microsoft Storage Sync Service API. This belongs to Microsoft.StorageSync Resource Provider.

Method Summary

Modifier and Type Method and Description
static StorageSyncManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of StorageSync service API entry point.

static StorageSyncManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of StorageSync service API entry point.

CloudEndpoints cloudEndpoints()

Gets the resource collection API of CloudEndpoints.

static Configurable configure()

Gets a Configurable instance that can be used to create StorageSyncManager with optional configuration.

Operations operations()

Gets the resource collection API of Operations.

OperationStatusOperations operationStatusOperations()

Gets the resource collection API of OperationStatusOperations.

PrivateEndpointConnections privateEndpointConnections()

Gets the resource collection API of PrivateEndpointConnections.

PrivateLinkResources privateLinkResources()

Gets the resource collection API of PrivateLinkResources.

RegisteredServers registeredServers()

Gets the resource collection API of RegisteredServers.

ResourceProviders resourceProviders()

Gets the resource collection API of ResourceProviders.

ServerEndpoints serverEndpoints()

Gets the resource collection API of ServerEndpoints.

StorageSyncManagementClient serviceClient()

Gets wrapped service client StorageSyncManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.

StorageSyncServices storageSyncServices()

Gets the resource collection API of StorageSyncServices.

SyncGroups syncGroups()

Gets the resource collection API of SyncGroups.

Workflows workflows()

Gets the resource collection API of Workflows.

Methods inherited from java.lang.Object

Method Details

authenticate

public static StorageSyncManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of StorageSync service API entry point.

Parameters:

httpPipeline - the HttpPipeline configured with Azure authentication credential.
profile - the Azure profile for client.

Returns:

the StorageSync service API instance.

authenticate

public static StorageSyncManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of StorageSync service API entry point.

Parameters:

credential - the credential to use.
profile - the Azure profile for client.

Returns:

the StorageSync service API instance.

cloudEndpoints

public CloudEndpoints cloudEndpoints()

Gets the resource collection API of CloudEndpoints. It manages CloudEndpoint.

Returns:

Resource collection API of CloudEndpoints.

configure

public static StorageSyncManager.Configurable configure()

Gets a Configurable instance that can be used to create StorageSyncManager with optional configuration.

Returns:

the Configurable instance allowing configurations.

operations

public Operations operations()

Gets the resource collection API of Operations.

Returns:

Resource collection API of Operations.

operationStatusOperations

public OperationStatusOperations operationStatusOperations()

Gets the resource collection API of OperationStatusOperations.

Returns:

Resource collection API of OperationStatusOperations.

privateEndpointConnections

public PrivateEndpointConnections privateEndpointConnections()

Gets the resource collection API of PrivateEndpointConnections. It manages PrivateEndpointConnection.

Returns:

Resource collection API of PrivateEndpointConnections.

privateLinkResources

public PrivateLinkResources privateLinkResources()

Gets the resource collection API of PrivateLinkResources.

Returns:

Resource collection API of PrivateLinkResources.

registeredServers

public RegisteredServers registeredServers()

Gets the resource collection API of RegisteredServers. It manages RegisteredServer.

Returns:

Resource collection API of RegisteredServers.

resourceProviders

public ResourceProviders resourceProviders()

Gets the resource collection API of ResourceProviders.

Returns:

Resource collection API of ResourceProviders.

serverEndpoints

public ServerEndpoints serverEndpoints()

Gets the resource collection API of ServerEndpoints. It manages ServerEndpoint.

Returns:

Resource collection API of ServerEndpoints.

serviceClient

public StorageSyncManagementClient serviceClient()

Gets wrapped service client StorageSyncManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.

Returns:

Wrapped service client StorageSyncManagementClient.

storageSyncServices

public StorageSyncServices storageSyncServices()

Gets the resource collection API of StorageSyncServices. It manages StorageSyncService.

Returns:

Resource collection API of StorageSyncServices.

syncGroups

public SyncGroups syncGroups()

Gets the resource collection API of SyncGroups. It manages SyncGroup.

Returns:

Resource collection API of SyncGroups.

workflows

public Workflows workflows()

Gets the resource collection API of Workflows.

Returns:

Resource collection API of Workflows.

Applies to