RecoveryServicesManagementClient Interface

public interface RecoveryServicesManagementClient

The interface for RecoveryServicesManagementClient class.

Method Summary

Modifier and Type Method and Description
abstract String getApiVersion()

Gets Api Version.

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 OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

abstract PrivateLinkResourcesOperationsClient getPrivateLinkResourcesOperations()

Gets the PrivateLinkResourcesOperationsClient object to access its operations.

abstract RecoveryServicesClient getRecoveryServices()

Gets the RecoveryServicesClient object to access its operations.

abstract RegisteredIdentitiesClient getRegisteredIdentities()

Gets the RegisteredIdentitiesClient object to access its operations.

abstract ReplicationUsagesClient getReplicationUsages()

Gets the ReplicationUsagesClient object to access its operations.

abstract ResourceProvidersClient getResourceProviders()

Gets the ResourceProvidersClient object to access its operations.

abstract String getSubscriptionId()

Gets The ID of the target subscription.

abstract UsagesClient getUsages()

Gets the UsagesClient object to access its operations.

abstract VaultCertificatesClient getVaultCertificates()

Gets the VaultCertificatesClient object to access its operations.

abstract VaultExtendedInfoesClient getVaultExtendedInfoes()

Gets the VaultExtendedInfoesClient object to access its operations.

abstract VaultsClient getVaults()

Gets the VaultsClient object to access its operations.

Method Details

getApiVersion

public abstract String getApiVersion()

Gets Api Version.

Returns:

the apiVersion value.

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.

getOperations

public abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

Returns:

the OperationsClient object.

getPrivateLinkResourcesOperations

public abstract PrivateLinkResourcesOperationsClient getPrivateLinkResourcesOperations()

Gets the PrivateLinkResourcesOperationsClient object to access its operations.

Returns:

the PrivateLinkResourcesOperationsClient object.

getRecoveryServices

public abstract RecoveryServicesClient getRecoveryServices()

Gets the RecoveryServicesClient object to access its operations.

Returns:

the RecoveryServicesClient object.

getRegisteredIdentities

public abstract RegisteredIdentitiesClient getRegisteredIdentities()

Gets the RegisteredIdentitiesClient object to access its operations.

Returns:

the RegisteredIdentitiesClient object.

getReplicationUsages

public abstract ReplicationUsagesClient getReplicationUsages()

Gets the ReplicationUsagesClient object to access its operations.

Returns:

the ReplicationUsagesClient object.

getResourceProviders

public abstract ResourceProvidersClient getResourceProviders()

Gets the ResourceProvidersClient object to access its operations.

Returns:

the ResourceProvidersClient object.

getSubscriptionId

public abstract String getSubscriptionId()

Gets The ID of the target subscription.

Returns:

the subscriptionId value.

getUsages

public abstract UsagesClient getUsages()

Gets the UsagesClient object to access its operations.

Returns:

the UsagesClient object.

getVaultCertificates

public abstract VaultCertificatesClient getVaultCertificates()

Gets the VaultCertificatesClient object to access its operations.

Returns:

the VaultCertificatesClient object.

getVaultExtendedInfoes

public abstract VaultExtendedInfoesClient getVaultExtendedInfoes()

Gets the VaultExtendedInfoesClient object to access its operations.

Returns:

the VaultExtendedInfoesClient object.

getVaults

public abstract VaultsClient getVaults()

Gets the VaultsClient object to access its operations.

Returns:

the VaultsClient object.

Applies to