Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.ApiVersionSetContractInner
Packages that use ApiVersionSetContractInner
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 ApiVersionSetContractInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return ApiVersionSetContractInnerModifier and TypeMethodDescriptionApiVersionSetsClient.createOrUpdate(String resourceGroupName, String serviceName, String versionSetId, ApiVersionSetContractInner parameters) Creates or Updates a Api Version Set.WorkspaceApiVersionSetsClient.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.WorkspaceApiVersionSetsClient.get(String resourceGroupName, String serviceName, String workspaceId, String versionSetId) Gets the details of the Api Version Set specified by its identifier.ApiVersionSetsClient.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.Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type ApiVersionSetContractInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<ApiVersionSetContractInner> ApiVersionSetsClient.listByService(String resourceGroupName, String serviceName) Lists a collection of API Version Sets in the specified service instance.com.azure.core.http.rest.PagedIterable<ApiVersionSetContractInner> ApiVersionSetsClient.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<ApiVersionSetContractInner> WorkspaceApiVersionSetsClient.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<ApiVersionSetContractInner> WorkspaceApiVersionSetsClient.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.Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type ApiVersionSetContractInnerModifier and TypeMethodDescriptionApiVersionSetsClient.createOrUpdate(String resourceGroupName, String serviceName, String versionSetId, ApiVersionSetContractInner parameters) Creates or Updates a Api Version Set.WorkspaceApiVersionSetsClient.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String versionSetId, ApiVersionSetContractInner parameters) Creates or Updates a Api Version Set.ApiVersionSetsClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String versionSetId, ApiVersionSetContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates or Updates a Api Version Set.WorkspaceApiVersionSetsClient.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. -
Uses of ApiVersionSetContractInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return ApiVersionSetContractInnerModifier and TypeMethodDescriptionstatic ApiVersionSetContractInnerApiVersionSetContractInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApiVersionSetContractInner from the JsonReader.ApiVersionSetContractInner.withDescription(String description) Set the description property: Description of API Version Set.ApiVersionSetContractInner.withDisplayName(String displayName) Set the displayName property: Name of API Version Set.ApiVersionSetContractInner.withVersionHeaderName(String versionHeaderName) Set the versionHeaderName property: Name of HTTP header parameter that indicates the API Version if versioningScheme is set to `header`.ApiVersionSetContractInner.withVersioningScheme(VersioningScheme versioningScheme) Set the versioningScheme property: An value that determines where the API Version identifier will be located in a HTTP request.ApiVersionSetContractInner.withVersionQueryName(String versionQueryName) Set the versionQueryName property: Name of query parameter that indicates the API Version if versioningScheme is set to `query`. -
Uses of ApiVersionSetContractInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ApiVersionSetContractInnerModifier and TypeMethodDescriptionApiVersionSetsCreateOrUpdateResponse.getValue()Gets the deserialized response body.ApiVersionSetsGetResponse.getValue()Gets the deserialized response body.ApiVersionSetsUpdateResponse.getValue()Gets the deserialized response body.WorkspaceApiVersionSetsCreateOrUpdateResponse.getValue()Gets the deserialized response body.WorkspaceApiVersionSetsGetResponse.getValue()Gets the deserialized response body.WorkspaceApiVersionSetsUpdateResponse.getValue()Gets the deserialized response body.ApiVersionSetContract.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.ApiVersionSetContractInner object.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type ApiVersionSetContractInnerModifier and TypeMethodDescriptionApiVersionSetCollection.value()Get the value property: Page values.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type ApiVersionSetContractInnerModifier and TypeMethodDescriptionWorkspaceApiVersionSets.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String versionSetId, ApiVersionSetContractInner parameters) Creates or Updates a Api Version Set.com.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.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type ApiVersionSetContractInnerModifier and TypeMethodDescriptionApiVersionSetCollection.withValue(List<ApiVersionSetContractInner> value) Set the value property: Page values.Constructors in com.azure.resourcemanager.apimanagement.models with parameters of type ApiVersionSetContractInnerModifierConstructorDescriptionApiVersionSetsCreateOrUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, ApiVersionSetContractInner value, ApiVersionSetsCreateOrUpdateHeaders headers) Creates an instance of ApiVersionSetsCreateOrUpdateResponse.ApiVersionSetsGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, ApiVersionSetContractInner value, ApiVersionSetsGetHeaders headers) Creates an instance of ApiVersionSetsGetResponse.ApiVersionSetsUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, ApiVersionSetContractInner value, ApiVersionSetsUpdateHeaders headers) Creates an instance of ApiVersionSetsUpdateResponse.WorkspaceApiVersionSetsCreateOrUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, ApiVersionSetContractInner value, WorkspaceApiVersionSetsCreateOrUpdateHeaders headers) Creates an instance of WorkspaceApiVersionSetsCreateOrUpdateResponse.WorkspaceApiVersionSetsGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, ApiVersionSetContractInner value, WorkspaceApiVersionSetsGetHeaders headers) Creates an instance of WorkspaceApiVersionSetsGetResponse.WorkspaceApiVersionSetsUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, ApiVersionSetContractInner value, WorkspaceApiVersionSetsUpdateHeaders headers) Creates an instance of WorkspaceApiVersionSetsUpdateResponse.