Uses of Class
com.azure.resourcemanager.apimanagement.models.ApiVersionSetUpdateParameters
Packages that use ApiVersionSetUpdateParameters
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of ApiVersionSetUpdateParameters in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type ApiVersionSetUpdateParametersModifier and TypeMethodDescriptionApiVersionSetsClient.update(String resourceGroupName, String serviceName, String versionSetId, String ifMatch, ApiVersionSetUpdateParameters parameters) Updates the details of the Api VersionSet specified by its identifier.WorkspaceApiVersionSetsClient.update(String resourceGroupName, String serviceName, String workspaceId, String versionSetId, String ifMatch, ApiVersionSetUpdateParameters parameters) Updates the details of the Api VersionSet specified by its identifier.ApiVersionSetsClient.updateWithResponse(String resourceGroupName, String serviceName, String versionSetId, String ifMatch, ApiVersionSetUpdateParameters parameters, com.azure.core.util.Context context) Updates the details of the Api VersionSet specified by its identifier.WorkspaceApiVersionSetsClient.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. -
Uses of ApiVersionSetUpdateParameters in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ApiVersionSetUpdateParametersModifier and TypeMethodDescriptionApiVersionSetUpdateParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApiVersionSetUpdateParameters from the JsonReader.ApiVersionSetUpdateParameters.withDescription(String description) Set the description property: Description of API Version Set.ApiVersionSetUpdateParameters.withDisplayName(String displayName) Set the displayName property: Name of API Version Set.ApiVersionSetUpdateParameters.withVersionHeaderName(String versionHeaderName) Set the versionHeaderName property: Name of HTTP header parameter that indicates the API Version if versioningScheme is set to `header`.ApiVersionSetUpdateParameters.withVersioningScheme(VersioningScheme versioningScheme) Set the versioningScheme property: An value that determines where the API Version identifier will be located in a HTTP request.ApiVersionSetUpdateParameters.withVersionQueryName(String versionQueryName) Set the versionQueryName property: Name of query parameter that indicates the API Version if versioningScheme is set to `query`.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type ApiVersionSetUpdateParametersModifier and TypeMethodDescriptionWorkspaceApiVersionSets.update(String resourceGroupName, String serviceName, String workspaceId, String versionSetId, String ifMatch, ApiVersionSetUpdateParameters parameters) Updates the details of the Api VersionSet specified by its identifier.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.