CustomLocationsManager Class

  • java.lang.Object
    • com.azure.resourcemanager.extendedlocation.CustomLocationsManager

public final class CustomLocationsManager

Entry point to CustomLocationsManager. The customLocations Rest API spec.

Method Summary

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

Creates an instance of CustomLocations service API entry point.

static CustomLocationsManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of CustomLocations service API entry point.

static Configurable configure()

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

CustomLocations customLocations()

Gets the resource collection API of CustomLocations.

ResourceSyncRules resourceSyncRules()

Gets the resource collection API of ResourceSyncRules.

CustomLocationsManagementClient serviceClient()

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

Methods inherited from java.lang.Object

Method Details

authenticate

public static CustomLocationsManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of CustomLocations service API entry point.

Parameters:

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

Returns:

the CustomLocations service API instance.

authenticate

public static CustomLocationsManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of CustomLocations service API entry point.

Parameters:

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

Returns:

the CustomLocations service API instance.

configure

public static CustomLocationsManager.Configurable configure()

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

Returns:

the Configurable instance allowing configurations.

customLocations

public CustomLocations customLocations()

Gets the resource collection API of CustomLocations. It manages CustomLocation.

Returns:

Resource collection API of CustomLocations.

resourceSyncRules

public ResourceSyncRules resourceSyncRules()

Gets the resource collection API of ResourceSyncRules. It manages ResourceSyncRule.

Returns:

Resource collection API of ResourceSyncRules.

serviceClient

public CustomLocationsManagementClient serviceClient()

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

Returns:

Wrapped service client CustomLocationsManagementClient.

Applies to

Azure SDK for Java

Preview