Uses of Class
com.azure.resourcemanager.appnetwork.fluent.models.AppLinkInner
Packages that use AppLinkInner
Package
Description
Package containing the service clients for Appnetwork.
Package containing the inner data models for Appnetwork.
Package containing the data models for Appnetwork.
-
Uses of AppLinkInner in com.azure.resourcemanager.appnetwork.fluent
Methods in com.azure.resourcemanager.appnetwork.fluent that return AppLinkInnerModifier and TypeMethodDescriptionAppLinksClient.createOrUpdate(String resourceGroupName, String appLinkName, AppLinkInner resource) Create an AppLink.AppLinksClient.createOrUpdate(String resourceGroupName, String appLinkName, AppLinkInner resource, com.azure.core.util.Context context) Create an AppLink.AppLinksClient.getByResourceGroup(String resourceGroupName, String appLinkName) Get an AppLink.AppLinksClient.update(String resourceGroupName, String appLinkName, AppLinkUpdate properties) Update an AppLink.AppLinksClient.update(String resourceGroupName, String appLinkName, AppLinkUpdate properties, com.azure.core.util.Context context) Update an AppLink.Methods in com.azure.resourcemanager.appnetwork.fluent that return types with arguments of type AppLinkInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AppLinkInner>, AppLinkInner> AppLinksClient.beginCreateOrUpdate(String resourceGroupName, String appLinkName, AppLinkInner resource) Create an AppLink.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AppLinkInner>, AppLinkInner> AppLinksClient.beginCreateOrUpdate(String resourceGroupName, String appLinkName, AppLinkInner resource) Create an AppLink.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AppLinkInner>, AppLinkInner> AppLinksClient.beginCreateOrUpdate(String resourceGroupName, String appLinkName, AppLinkInner resource, com.azure.core.util.Context context) Create an AppLink.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AppLinkInner>, AppLinkInner> AppLinksClient.beginCreateOrUpdate(String resourceGroupName, String appLinkName, AppLinkInner resource, com.azure.core.util.Context context) Create an AppLink.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AppLinkInner>, AppLinkInner> AppLinksClient.beginUpdate(String resourceGroupName, String appLinkName, AppLinkUpdate properties) Update an AppLink.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AppLinkInner>, AppLinkInner> AppLinksClient.beginUpdate(String resourceGroupName, String appLinkName, AppLinkUpdate properties) Update an AppLink.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AppLinkInner>, AppLinkInner> AppLinksClient.beginUpdate(String resourceGroupName, String appLinkName, AppLinkUpdate properties, com.azure.core.util.Context context) Update an AppLink.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AppLinkInner>, AppLinkInner> AppLinksClient.beginUpdate(String resourceGroupName, String appLinkName, AppLinkUpdate properties, com.azure.core.util.Context context) Update an AppLink.com.azure.core.http.rest.Response<AppLinkInner> AppLinksClient.getByResourceGroupWithResponse(String resourceGroupName, String appLinkName, com.azure.core.util.Context context) Get an AppLink.com.azure.core.http.rest.PagedIterable<AppLinkInner> AppLinksClient.list()List AppLink resources by subscription.com.azure.core.http.rest.PagedIterable<AppLinkInner> AppLinksClient.list(com.azure.core.util.Context context) List AppLink resources by subscription.com.azure.core.http.rest.PagedIterable<AppLinkInner> AppLinksClient.listByResourceGroup(String resourceGroupName) List AppLink resources by resource group.com.azure.core.http.rest.PagedIterable<AppLinkInner> AppLinksClient.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) List AppLink resources by resource group.Methods in com.azure.resourcemanager.appnetwork.fluent with parameters of type AppLinkInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AppLinkInner>, AppLinkInner> AppLinksClient.beginCreateOrUpdate(String resourceGroupName, String appLinkName, AppLinkInner resource) Create an AppLink.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AppLinkInner>, AppLinkInner> AppLinksClient.beginCreateOrUpdate(String resourceGroupName, String appLinkName, AppLinkInner resource, com.azure.core.util.Context context) Create an AppLink.AppLinksClient.createOrUpdate(String resourceGroupName, String appLinkName, AppLinkInner resource) Create an AppLink.AppLinksClient.createOrUpdate(String resourceGroupName, String appLinkName, AppLinkInner resource, com.azure.core.util.Context context) Create an AppLink. -
Uses of AppLinkInner in com.azure.resourcemanager.appnetwork.fluent.models
Methods in com.azure.resourcemanager.appnetwork.fluent.models that return AppLinkInnerModifier and TypeMethodDescriptionstatic AppLinkInnerAppLinkInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AppLinkInner from the JsonReader.AppLinkInner.withIdentity(ManagedServiceIdentity identity) Set the identity property: The managed service identities assigned to this resource.AppLinkInner.withLocation(String location) AppLinkInner.withProperties(AppLinkProperties properties) Set the properties property: The resource-specific properties for this resource. -
Uses of AppLinkInner in com.azure.resourcemanager.appnetwork.models
Methods in com.azure.resourcemanager.appnetwork.models that return AppLinkInnerModifier and TypeMethodDescriptionAppLink.innerModel()Gets the inner com.azure.resourcemanager.appnetwork.fluent.models.AppLinkInner object.