Uses of Interface
com.azure.resourcemanager.apicenter.models.Service
Packages that use Service
Package
Description
Package containing the data models for AzureApiCenter.
-
Uses of Service in com.azure.resourcemanager.apicenter.models
Methods in com.azure.resourcemanager.apicenter.models that return ServiceModifier and TypeMethodDescriptionService.Update.apply()
Executes the update request.Service.Update.apply
(com.azure.core.util.Context context) Executes the update request.Service.DefinitionStages.WithCreate.create()
Executes the create request.Service.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.Returns details of the service.Services.getByResourceGroup
(String resourceGroupName, String serviceName) Returns details of the service.Service.refresh()
Refreshes the resource to sync with Azure.Service.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.apicenter.models that return types with arguments of type ServiceModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<Service> Services.getByIdWithResponse
(String id, com.azure.core.util.Context context) Returns details of the service.com.azure.core.http.rest.Response
<Service> Services.getByResourceGroupWithResponse
(String resourceGroupName, String serviceName, com.azure.core.util.Context context) Returns details of the service.com.azure.core.http.rest.PagedIterable
<Service> Services.list()
Lists services within an Azure subscription.com.azure.core.http.rest.PagedIterable
<Service> Services.list
(com.azure.core.util.Context context) Lists services within an Azure subscription.com.azure.core.http.rest.PagedIterable
<Service> Services.listByResourceGroup
(String resourceGroupName) Returns a collection of services within the resource group.com.azure.core.http.rest.PagedIterable
<Service> Services.listByResourceGroup
(String resourceGroupName, com.azure.core.util.Context context) Returns a collection of services within the resource group.