AppnetworkManager Class

  • java.lang.Object
    • com.azure.resourcemanager.appnetwork.AppnetworkManager

public final class AppnetworkManager

Entry point to AppnetworkManager.

Method Summary

Modifier and Type Method and Description
AppLinkMembers appLinkMembers()

Gets the resource collection API of AppLinkMembers.

AppLinks appLinks()

Gets the resource collection API of AppLinks.

static AppnetworkManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of appnetwork service API entry point.

static AppnetworkManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of appnetwork service API entry point.

AvailableVersions availableVersions()

Gets the resource collection API of AvailableVersions.

static Configurable configure()

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

Operations operations()

Gets the resource collection API of Operations.

AppnetworkManagementClient serviceClient()

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

UpgradeHistories upgradeHistories()

Gets the resource collection API of UpgradeHistories.

Methods inherited from java.lang.Object

Method Details

appLinkMembers

public AppLinkMembers appLinkMembers()

Gets the resource collection API of AppLinkMembers. It manages AppLinkMember.

Returns:

Resource collection API of AppLinkMembers.

appLinks

public AppLinks appLinks()

Gets the resource collection API of AppLinks. It manages AppLink.

Returns:

Resource collection API of AppLinks.

authenticate

public static AppnetworkManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of appnetwork service API entry point.

Parameters:

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

Returns:

the appnetwork service API instance.

authenticate

public static AppnetworkManager authenticate(TokenCredential credential, 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.

availableVersions

public AvailableVersions availableVersions()

Gets the resource collection API of AvailableVersions.

Returns:

Resource collection API of AvailableVersions.

configure

public static AppnetworkManager.Configurable configure()

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

Returns:

the Configurable instance allowing configurations.

operations

public Operations operations()

Gets the resource collection API of Operations.

Returns:

Resource collection API of Operations.

serviceClient

public AppnetworkManagementClient 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.

upgradeHistories

public UpgradeHistories upgradeHistories()

Gets the resource collection API of UpgradeHistories.

Returns:

Resource collection API of UpgradeHistories.

Applies to