Class AppnetworkManager
java.lang.Object
com.azure.resourcemanager.appnetwork.AppnetworkManager
Entry point to AppnetworkManager.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classThe Configurable allowing configurations to be set. -
Method Summary
Modifier and TypeMethodDescriptionGets the resource collection API of AppLinkMembers.appLinks()Gets the resource collection API of AppLinks.static AppnetworkManagerauthenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile) Creates an instance of appnetwork service API entry point.static AppnetworkManagerauthenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile) Creates an instance of appnetwork service API entry point.Gets the resource collection API of AvailableVersions.Gets a Configurable instance that can be used to create AppnetworkManager with optional configuration.Gets the resource collection API of Operations.Gets wrapped service client AppnetworkManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.Gets the resource collection API of UpgradeHistories.
-
Method Details
-
authenticate
public static AppnetworkManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile) Creates an instance of appnetwork service API entry point.- Parameters:
credential- the credential to use.profile- the Azure profile for client.- Returns:
- the appnetwork service API instance.
-
authenticate
public static AppnetworkManager authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile) Creates an instance of appnetwork service API entry point.- Parameters:
httpPipeline- theHttpPipelineconfigured with Azure authentication credential.profile- the Azure profile for client.- Returns:
- the appnetwork service API instance.
-
configure
Gets a Configurable instance that can be used to create AppnetworkManager with optional configuration.- Returns:
- the Configurable instance allowing configurations.
-
operations
Gets the resource collection API of Operations.- Returns:
- Resource collection API of Operations.
-
appLinks
Gets the resource collection API of AppLinks. It manages AppLink.- Returns:
- Resource collection API of AppLinks.
-
appLinkMembers
Gets the resource collection API of AppLinkMembers. It manages AppLinkMember.- Returns:
- Resource collection API of AppLinkMembers.
-
upgradeHistories
Gets the resource collection API of UpgradeHistories.- Returns:
- Resource collection API of UpgradeHistories.
-
availableVersions
Gets the resource collection API of AvailableVersions.- Returns:
- Resource collection API of AvailableVersions.
-
serviceClient
Gets wrapped service client AppnetworkManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.- Returns:
- Wrapped service client AppnetworkManagementClient.
-