Uses of Class
com.azure.resourcemanager.apimanagement.models.ApiCreateOrUpdateParameter
Packages that use ApiCreateOrUpdateParameter
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of ApiCreateOrUpdateParameter in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type ApiCreateOrUpdateParameterModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApiContractInner>, ApiContractInner> ApisClient.beginCreateOrUpdate(String resourceGroupName, String serviceName, String apiId, ApiCreateOrUpdateParameter parameters) Creates new or updates existing specified API of the API Management service instance.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApiContractInner>, ApiContractInner> ApisClient.beginCreateOrUpdate(String resourceGroupName, String serviceName, String apiId, ApiCreateOrUpdateParameter parameters, String ifMatch, com.azure.core.util.Context context) Creates new or updates existing specified API of the API Management service instance.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApiContractInner>, ApiContractInner> WorkspaceApisClient.beginCreateOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String apiId, ApiCreateOrUpdateParameter parameters) Creates new or updates existing specified API of the workspace in an API Management service instance.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApiContractInner>, ApiContractInner> WorkspaceApisClient.beginCreateOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String apiId, ApiCreateOrUpdateParameter parameters, String ifMatch, com.azure.core.util.Context context) Creates new or updates existing specified API of the workspace in an API Management service instance.ApisClient.createOrUpdate(String resourceGroupName, String serviceName, String apiId, ApiCreateOrUpdateParameter parameters) Creates new or updates existing specified API of the API Management service instance.ApisClient.createOrUpdate(String resourceGroupName, String serviceName, String apiId, ApiCreateOrUpdateParameter parameters, String ifMatch, com.azure.core.util.Context context) Creates new or updates existing specified API of the API Management service instance.WorkspaceApisClient.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String apiId, ApiCreateOrUpdateParameter parameters) Creates new or updates existing specified API of the workspace in an API Management service instance.WorkspaceApisClient.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String apiId, ApiCreateOrUpdateParameter parameters, String ifMatch, com.azure.core.util.Context context) Creates new or updates existing specified API of the workspace in an API Management service instance. -
Uses of ApiCreateOrUpdateParameter in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ApiCreateOrUpdateParameterModifier and TypeMethodDescriptionstatic ApiCreateOrUpdateParameterApiCreateOrUpdateParameter.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApiCreateOrUpdateParameter from the JsonReader.ApiCreateOrUpdateParameter.withApiRevision(String apiRevision) Set the apiRevision property: Describes the revision of the API.ApiCreateOrUpdateParameter.withApiRevisionDescription(String apiRevisionDescription) Set the apiRevisionDescription property: Description of the API Revision.ApiCreateOrUpdateParameter.withApiType(ApiType apiType) Set the apiType property: Type of API.ApiCreateOrUpdateParameter.withApiVersion(String apiVersion) Set the apiVersion property: Indicates the version identifier of the API if the API is versioned.ApiCreateOrUpdateParameter.withApiVersionDescription(String apiVersionDescription) Set the apiVersionDescription property: Description of the API Version.ApiCreateOrUpdateParameter.withApiVersionSet(ApiVersionSetContractDetails apiVersionSet) Set the apiVersionSet property: Version set details.ApiCreateOrUpdateParameter.withApiVersionSetId(String apiVersionSetId) Set the apiVersionSetId property: A resource identifier for the related ApiVersionSet.ApiCreateOrUpdateParameter.withAuthenticationSettings(AuthenticationSettingsContract authenticationSettings) Set the authenticationSettings property: Collection of authentication settings included into this API.ApiCreateOrUpdateParameter.withContact(ApiContactInformation contact) Set the contact property: Contact information for the API.ApiCreateOrUpdateParameter.withDescription(String description) Set the description property: Description of the API.ApiCreateOrUpdateParameter.withDisplayName(String displayName) Set the displayName property: API name.ApiCreateOrUpdateParameter.withFormat(ContentFormat format) Set the format property: Format of the Content in which the API is getting imported.ApiCreateOrUpdateParameter.withIsCurrent(Boolean isCurrent) Set the isCurrent property: Indicates if API revision is current api revision.ApiCreateOrUpdateParameter.withLicense(ApiLicenseInformation license) Set the license property: License information for the API.Set the path property: Relative URL uniquely identifying this API and all of its resource paths within the API Management service instance.ApiCreateOrUpdateParameter.withProtocols(List<Protocol> protocols) Set the protocols property: Describes on which protocols the operations in this API can be invoked.ApiCreateOrUpdateParameter.withServiceUrl(String serviceUrl) Set the serviceUrl property: Absolute URL of the backend service implementing this API.ApiCreateOrUpdateParameter.withSoapApiType(SoapApiType soapApiType) Set the soapApiType property: Type of API to createApiCreateOrUpdateParameter.withSourceApiId(String sourceApiId) Set the sourceApiId property: API identifier of the source API.ApiCreateOrUpdateParameter.withSubscriptionKeyParameterNames(SubscriptionKeyParameterNamesContract subscriptionKeyParameterNames) Set the subscriptionKeyParameterNames property: Protocols over which API is made available.ApiCreateOrUpdateParameter.withSubscriptionRequired(Boolean subscriptionRequired) Set the subscriptionRequired property: Specifies whether an API or Product subscription is required for accessing the API.ApiCreateOrUpdateParameter.withTermsOfServiceUrl(String termsOfServiceUrl) Set the termsOfServiceUrl property: A URL to the Terms of Service for the API.ApiCreateOrUpdateParameter.withTranslateRequiredQueryParametersConduct(TranslateRequiredQueryParametersConduct translateRequiredQueryParametersConduct) Set the translateRequiredQueryParametersConduct property: Strategy of translating required query parameters to template ones.Set the value property: Content value when Importing an API.ApiCreateOrUpdateParameter.withWsdlSelector(ApiCreateOrUpdatePropertiesWsdlSelector wsdlSelector) Set the wsdlSelector property: Criteria to limit import of WSDL to a subset of the document.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type ApiCreateOrUpdateParameterModifier and TypeMethodDescriptionWorkspaceApis.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String apiId, ApiCreateOrUpdateParameter parameters) Creates new or updates existing specified API of the workspace in an API Management service instance.WorkspaceApis.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String apiId, ApiCreateOrUpdateParameter parameters, String ifMatch, com.azure.core.util.Context context) Creates new or updates existing specified API of the workspace in an API Management service instance.