Interface AgriFoodManagementClient
public interface AgriFoodManagementClient
The interface for AgriFoodManagementClient class.
-
Method Summary
Modifier and TypeMethodDescriptionGets Api Version.Gets The default poll interval for long-running operation.Gets server parameter.Gets the ExtensionsClient object to access its operations.Gets the FarmBeatsExtensionsClient object to access its operations.Gets the FarmBeatsModelsClient object to access its operations.com.azure.core.http.HttpPipelineGets The HTTP pipeline to send requests through.Gets the LocationsClient object to access its operations.Gets the OperationResultsClient object to access its operations.Gets the OperationsClient object to access its operations.Gets the PrivateEndpointConnectionsClient object to access its operations.Gets the PrivateLinkResourcesClient object to access its operations.Gets the SolutionsClient object to access its operations.Gets the SolutionsDiscoverabilitiesClient object to access its operations.Gets The ID of the target subscription.
-
Method Details
-
getSubscriptionId
String getSubscriptionId()Gets The ID of the target subscription. The value must be an UUID.- Returns:
- the subscriptionId value.
-
getEndpoint
String getEndpoint()Gets server parameter.- Returns:
- the endpoint value.
-
getApiVersion
String getApiVersion()Gets Api Version.- Returns:
- the apiVersion value.
-
getHttpPipeline
com.azure.core.http.HttpPipeline getHttpPipeline()Gets The HTTP pipeline to send requests through.- Returns:
- the httpPipeline value.
-
getDefaultPollInterval
Duration getDefaultPollInterval()Gets The default poll interval for long-running operation.- Returns:
- the defaultPollInterval value.
-
getExtensions
ExtensionsClient getExtensions()Gets the ExtensionsClient object to access its operations.- Returns:
- the ExtensionsClient object.
-
getFarmBeatsExtensions
FarmBeatsExtensionsClient getFarmBeatsExtensions()Gets the FarmBeatsExtensionsClient object to access its operations.- Returns:
- the FarmBeatsExtensionsClient object.
-
getFarmBeatsModels
FarmBeatsModelsClient getFarmBeatsModels()Gets the FarmBeatsModelsClient object to access its operations.- Returns:
- the FarmBeatsModelsClient object.
-
getOperationResults
OperationResultsClient getOperationResults()Gets the OperationResultsClient object to access its operations.- Returns:
- the OperationResultsClient object.
-
getLocations
LocationsClient getLocations()Gets the LocationsClient object to access its operations.- Returns:
- the LocationsClient object.
-
getOperations
OperationsClient getOperations()Gets the OperationsClient object to access its operations.- Returns:
- the OperationsClient object.
-
getPrivateEndpointConnections
PrivateEndpointConnectionsClient getPrivateEndpointConnections()Gets the PrivateEndpointConnectionsClient object to access its operations.- Returns:
- the PrivateEndpointConnectionsClient object.
-
getPrivateLinkResources
PrivateLinkResourcesClient getPrivateLinkResources()Gets the PrivateLinkResourcesClient object to access its operations.- Returns:
- the PrivateLinkResourcesClient object.
-
getSolutions
SolutionsClient getSolutions()Gets the SolutionsClient object to access its operations.- Returns:
- the SolutionsClient object.
-
getSolutionsDiscoverabilities
SolutionsDiscoverabilitiesClient getSolutionsDiscoverabilities()Gets the SolutionsDiscoverabilitiesClient object to access its operations.- Returns:
- the SolutionsDiscoverabilitiesClient object.
-