StorageSyncManager Class
- java.
lang. Object - com.
azure. resourcemanager. storagesync. StorageSyncManager
- com.
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
Storage |
authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Storage |
|
static
Storage |
authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Storage |
|
Cloud |
cloudEndpoints()
Gets the resource collection API of Cloud |
| static Configurable |
configure()
Gets a Configurable instance that can be used to create Storage |
| Operations |
operations()
Gets the resource collection API of Operations. |
|
Operation |
operationStatusOperations()
Gets the resource collection API of Operation |
|
Private |
privateEndpointConnections()
Gets the resource collection API of Private |
|
Private |
privateLinkResources()
Gets the resource collection API of Private |
|
Registered |
registeredServers()
Gets the resource collection API of Registered |
|
Resource |
resourceProviders()
Gets the resource collection API of Resource |
|
Server |
serverEndpoints()
Gets the resource collection API of Server |
|
Storage |
serviceClient()
Gets wrapped service client Storage |
|
Storage |
storageSyncServices()
Gets the resource collection API of Storage |
|
Sync |
syncGroups()
Gets the resource collection API of Sync |
| 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:
Returns:
authenticate
public static StorageSyncManager authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of StorageSync service API entry point.
Parameters:
Returns:
cloudEndpoints
public CloudEndpoints cloudEndpoints()
Gets the resource collection API of CloudEndpoints. It manages CloudEndpoint.
Returns:
configure
public static StorageSyncManager.Configurable configure()
Gets a Configurable instance that can be used to create StorageSyncManager with optional configuration.
Returns:
operations
public Operations operations()
Gets the resource collection API of Operations.
Returns:
operationStatusOperations
public OperationStatusOperations operationStatusOperations()
Gets the resource collection API of OperationStatusOperations.
Returns:
privateEndpointConnections
public PrivateEndpointConnections privateEndpointConnections()
Gets the resource collection API of PrivateEndpointConnections. It manages PrivateEndpointConnection.
Returns:
privateLinkResources
public PrivateLinkResources privateLinkResources()
Gets the resource collection API of PrivateLinkResources.
Returns:
registeredServers
public RegisteredServers registeredServers()
Gets the resource collection API of RegisteredServers. It manages RegisteredServer.
Returns:
resourceProviders
public ResourceProviders resourceProviders()
Gets the resource collection API of ResourceProviders.
Returns:
serverEndpoints
public ServerEndpoints serverEndpoints()
Gets the resource collection API of ServerEndpoints. It manages ServerEndpoint.
Returns:
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:
storageSyncServices
public StorageSyncServices storageSyncServices()
Gets the resource collection API of StorageSyncServices. It manages StorageSyncService.
Returns:
syncGroups
public SyncGroups syncGroups()
Gets the resource collection API of SyncGroups. It manages SyncGroup.
Returns:
workflows
public Workflows workflows()
Gets the resource collection API of Workflows.
Returns: