Uses of Interface
com.azure.resourcemanager.appnetwork.models.AppLink
Packages that use AppLink
Package
Description
Package containing the data models for Appnetwork.
-
Uses of AppLink in com.azure.resourcemanager.appnetwork.models
Methods in com.azure.resourcemanager.appnetwork.models that return AppLinkModifier and TypeMethodDescriptionAppLink.Update.apply()Executes the update request.AppLink.Update.apply(com.azure.core.util.Context context) Executes the update request.AppLink.DefinitionStages.WithCreate.create()Executes the create request.AppLink.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.Get an AppLink.AppLinks.getByResourceGroup(String resourceGroupName, String appLinkName) Get an AppLink.AppLink.refresh()Refreshes the resource to sync with Azure.AppLink.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.appnetwork.models that return types with arguments of type AppLinkModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<AppLink> AppLinks.getByIdWithResponse(String id, com.azure.core.util.Context context) Get an AppLink.com.azure.core.http.rest.Response<AppLink> AppLinks.getByResourceGroupWithResponse(String resourceGroupName, String appLinkName, com.azure.core.util.Context context) Get an AppLink.com.azure.core.http.rest.PagedIterable<AppLink> AppLinks.list()List AppLink resources by subscription.com.azure.core.http.rest.PagedIterable<AppLink> AppLinks.list(com.azure.core.util.Context context) List AppLink resources by subscription.com.azure.core.http.rest.PagedIterable<AppLink> AppLinks.listByResourceGroup(String resourceGroupName) List AppLink resources by resource group.com.azure.core.http.rest.PagedIterable<AppLink> AppLinks.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) List AppLink resources by resource group.