Uses of Interface
com.azure.resourcemanager.apimanagement.models.ApiVersionSetContract
Packages that use ApiVersionSetContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of ApiVersionSetContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ApiVersionSetContractModifier and TypeMethodDescriptionApiVersionSetContract.Update.apply()Executes the update request.ApiVersionSetContract.Update.apply(com.azure.core.util.Context context) Executes the update request.ApiVersionSetContract.DefinitionStages.WithCreate.create()Executes the create request.ApiVersionSetContract.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.WorkspaceApiVersionSets.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String versionSetId, ApiVersionSetContractInner parameters) Creates or Updates a Api Version Set.Gets the details of the Api Version Set specified by its identifier.WorkspaceApiVersionSets.get(String resourceGroupName, String serviceName, String workspaceId, String versionSetId) Gets the details of the Api Version Set specified by its identifier.Gets the details of the Api Version Set specified by its identifier.ApiVersionSetContract.refresh()Refreshes the resource to sync with Azure.ApiVersionSetContract.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.WorkspaceApiVersionSets.update(String resourceGroupName, String serviceName, String workspaceId, String versionSetId, String ifMatch, ApiVersionSetUpdateParameters parameters) Updates the details of the Api VersionSet specified by its identifier.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type ApiVersionSetContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ApiVersionSetContract> WorkspaceApiVersionSets.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String versionSetId, ApiVersionSetContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates or Updates a Api Version Set.com.azure.core.http.rest.Response<ApiVersionSetContract> ApiVersionSets.getByIdWithResponse(String id, com.azure.core.util.Context context) Gets the details of the Api Version Set specified by its identifier.com.azure.core.http.rest.Response<ApiVersionSetContract> ApiVersionSets.getWithResponse(String resourceGroupName, String serviceName, String versionSetId, com.azure.core.util.Context context) Gets the details of the Api Version Set specified by its identifier.com.azure.core.http.rest.Response<ApiVersionSetContract> WorkspaceApiVersionSets.getWithResponse(String resourceGroupName, String serviceName, String workspaceId, String versionSetId, com.azure.core.util.Context context) Gets the details of the Api Version Set specified by its identifier.com.azure.core.http.rest.PagedIterable<ApiVersionSetContract> ApiVersionSets.listByService(String resourceGroupName, String serviceName) Lists a collection of API Version Sets in the specified service instance.com.azure.core.http.rest.PagedIterable<ApiVersionSetContract> ApiVersionSets.listByService(String resourceGroupName, String serviceName, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists a collection of API Version Sets in the specified service instance.com.azure.core.http.rest.PagedIterable<ApiVersionSetContract> WorkspaceApiVersionSets.listByService(String resourceGroupName, String serviceName, String workspaceId) Lists a collection of API Version Sets in the specified workspace with a service instance.com.azure.core.http.rest.PagedIterable<ApiVersionSetContract> WorkspaceApiVersionSets.listByService(String resourceGroupName, String serviceName, String workspaceId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists a collection of API Version Sets in the specified workspace with a service instance.com.azure.core.http.rest.Response<ApiVersionSetContract> WorkspaceApiVersionSets.updateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String versionSetId, String ifMatch, ApiVersionSetUpdateParameters parameters, com.azure.core.util.Context context) Updates the details of the Api VersionSet specified by its identifier.