Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.ApiManagementWorkspaceLinksResourceInner
Packages that use ApiManagementWorkspaceLinksResourceInner
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of ApiManagementWorkspaceLinksResourceInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return ApiManagementWorkspaceLinksResourceInnerModifier and TypeMethodDescriptionApiManagementWorkspaceLinkOperationsClient.get(String resourceGroupName, String serviceName, String workspaceId) Gets an API Management WorkspaceLink resource description.Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type ApiManagementWorkspaceLinksResourceInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ApiManagementWorkspaceLinksResourceInner> ApiManagementWorkspaceLinkOperationsClient.getWithResponse(String resourceGroupName, String serviceName, String workspaceId, com.azure.core.util.Context context) Gets an API Management WorkspaceLink resource description.com.azure.core.http.rest.PagedIterable<ApiManagementWorkspaceLinksResourceInner> ApiManagementWorkspaceLinksClient.listByService(String resourceGroupName, String serviceName) List all API Management workspaceLinks for a service.com.azure.core.http.rest.PagedIterable<ApiManagementWorkspaceLinksResourceInner> ApiManagementWorkspaceLinksClient.listByService(String resourceGroupName, String serviceName, com.azure.core.util.Context context) List all API Management workspaceLinks for a service. -
Uses of ApiManagementWorkspaceLinksResourceInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return ApiManagementWorkspaceLinksResourceInnerModifier and TypeMethodDescriptionApiManagementWorkspaceLinksResourceInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApiManagementWorkspaceLinksResourceInner from the JsonReader.ApiManagementWorkspaceLinksResourceInner.withGateways(List<WorkspaceLinksGateway> gateways) Set the gateways property: The array of linked gateways.ApiManagementWorkspaceLinksResourceInner.withWorkspaceId(String workspaceId) Set the workspaceId property: The link to the API Management service workspace. -
Uses of ApiManagementWorkspaceLinksResourceInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ApiManagementWorkspaceLinksResourceInnerModifier and TypeMethodDescriptionApiManagementWorkspaceLinksResource.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.ApiManagementWorkspaceLinksResourceInner object.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type ApiManagementWorkspaceLinksResourceInnerModifier and TypeMethodDescriptionApiManagementWorkspaceLinksListResult.value()Get the value property: Result of the List API Management WorkspaceLinks operation.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type ApiManagementWorkspaceLinksResourceInnerModifier and TypeMethodDescriptionApiManagementWorkspaceLinksListResult.withValue(List<ApiManagementWorkspaceLinksResourceInner> value) Set the value property: Result of the List API Management WorkspaceLinks operation.