Uses of Class
com.azure.resourcemanager.apicenter.models.ApiSpecImportRequest
Packages that use ApiSpecImportRequest
Package
Description
Package containing the service clients for AzureApiCenter.
Package containing the data models for AzureApiCenter.
-
Uses of ApiSpecImportRequest in com.azure.resourcemanager.apicenter.fluent
Methods in com.azure.resourcemanager.apicenter.fluent with parameters of type ApiSpecImportRequestModifier and TypeMethodDescriptionApiDefinitionsClient.beginImportSpecification
(String resourceGroupName, String serviceName, String workspaceName, String apiName, String versionName, String definitionName, ApiSpecImportRequest body) Imports the API specification.ApiDefinitionsClient.beginImportSpecification
(String resourceGroupName, String serviceName, String workspaceName, String apiName, String versionName, String definitionName, ApiSpecImportRequest body, com.azure.core.util.Context context) Imports the API specification.void
ApiDefinitionsClient.importSpecification
(String resourceGroupName, String serviceName, String workspaceName, String apiName, String versionName, String definitionName, ApiSpecImportRequest body) Imports the API specification.void
ApiDefinitionsClient.importSpecification
(String resourceGroupName, String serviceName, String workspaceName, String apiName, String versionName, String definitionName, ApiSpecImportRequest body, com.azure.core.util.Context context) Imports the API specification. -
Uses of ApiSpecImportRequest in com.azure.resourcemanager.apicenter.models
Methods in com.azure.resourcemanager.apicenter.models that return ApiSpecImportRequestModifier and TypeMethodDescriptionstatic ApiSpecImportRequest
ApiSpecImportRequest.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ApiSpecImportRequest from the JsonReader.ApiSpecImportRequest.withFormat
(ApiSpecImportSourceFormat format) Set the format property: Format of the API specification source.ApiSpecImportRequest.withSpecification
(ApiSpecImportRequestSpecification specification) Set the specification property: API specification details.Set the value property: Value of the API specification source.Methods in com.azure.resourcemanager.apicenter.models with parameters of type ApiSpecImportRequestModifier and TypeMethodDescriptionvoid
ApiDefinition.importSpecification
(ApiSpecImportRequest body) Imports the API specification.void
ApiDefinition.importSpecification
(ApiSpecImportRequest body, com.azure.core.util.Context context) Imports the API specification.void
ApiDefinitions.importSpecification
(String resourceGroupName, String serviceName, String workspaceName, String apiName, String versionName, String definitionName, ApiSpecImportRequest body) Imports the API specification.void
ApiDefinitions.importSpecification
(String resourceGroupName, String serviceName, String workspaceName, String apiName, String versionName, String definitionName, ApiSpecImportRequest body, com.azure.core.util.Context context) Imports the API specification.