Interface AppnetworkManagementClient
public interface AppnetworkManagementClient
The interface for AppnetworkManagementClient class.
-
Method Summary
Modifier and TypeMethodDescriptionGets Version parameter.Gets the AppLinkMembersClient object to access its operations.Gets the AppLinksClient object to access its operations.Gets the AvailableVersionsClient object to access its operations.Gets The default poll interval for long-running operation.Gets Service host.com.azure.core.http.HttpPipelineGets The HTTP pipeline to send requests through.Gets the OperationsClient object to access its operations.Gets The ID of the target subscription.Gets the UpgradeHistoriesClient object to access its operations.
-
Method Details
-
getEndpoint
-
getApiVersion
-
getSubscriptionId
String getSubscriptionId()Gets The ID of the target subscription. The value must be an UUID.- Returns:
- the subscriptionId 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.
-
getOperations
OperationsClient getOperations()Gets the OperationsClient object to access its operations.- Returns:
- the OperationsClient object.
-
getAppLinks
AppLinksClient getAppLinks()Gets the AppLinksClient object to access its operations.- Returns:
- the AppLinksClient object.
-
getAppLinkMembers
AppLinkMembersClient getAppLinkMembers()Gets the AppLinkMembersClient object to access its operations.- Returns:
- the AppLinkMembersClient object.
-
getUpgradeHistories
UpgradeHistoriesClient getUpgradeHistories()Gets the UpgradeHistoriesClient object to access its operations.- Returns:
- the UpgradeHistoriesClient object.
-
getAvailableVersions
AvailableVersionsClient getAvailableVersions()Gets the AvailableVersionsClient object to access its operations.- Returns:
- the AvailableVersionsClient object.
-