Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.ApiCreateOrUpdateProperties
Packages that use ApiCreateOrUpdateProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
-
Uses of ApiCreateOrUpdateProperties in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return ApiCreateOrUpdatePropertiesModifier and TypeMethodDescriptionstatic ApiCreateOrUpdatePropertiesApiCreateOrUpdateProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApiCreateOrUpdateProperties from the JsonReader.ApiCreateOrUpdateProperties.withApiRevision(String apiRevision) Set the apiRevision property: Describes the revision of the API.ApiCreateOrUpdateProperties.withApiRevisionDescription(String apiRevisionDescription) Set the apiRevisionDescription property: Description of the API Revision.ApiCreateOrUpdateProperties.withApiType(ApiType apiType) Set the apiType property: Type of API.ApiCreateOrUpdateProperties.withApiVersion(String apiVersion) Set the apiVersion property: Indicates the version identifier of the API if the API is versioned.ApiCreateOrUpdateProperties.withApiVersionDescription(String apiVersionDescription) Set the apiVersionDescription property: Description of the API Version.ApiCreateOrUpdateProperties.withApiVersionSet(ApiVersionSetContractDetails apiVersionSet) Set the apiVersionSet property: Version set details.ApiCreateOrUpdateProperties.withApiVersionSetId(String apiVersionSetId) Set the apiVersionSetId property: A resource identifier for the related ApiVersionSet.ApiCreateOrUpdateProperties.withAuthenticationSettings(AuthenticationSettingsContract authenticationSettings) Set the authenticationSettings property: Collection of authentication settings included into this API.ApiCreateOrUpdateProperties.withContact(ApiContactInformation contact) Set the contact property: Contact information for the API.ApiCreateOrUpdateProperties.withDescription(String description) Set the description property: Description of the API.ApiCreateOrUpdateProperties.withDisplayName(String displayName) Set the displayName property: API name.ApiCreateOrUpdateProperties.withFormat(ContentFormat format) Set the format property: Format of the Content in which the API is getting imported.ApiCreateOrUpdateProperties.withIsCurrent(Boolean isCurrent) Set the isCurrent property: Indicates if API revision is current api revision.ApiCreateOrUpdateProperties.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.ApiCreateOrUpdateProperties.withProtocols(List<Protocol> protocols) Set the protocols property: Describes on which protocols the operations in this API can be invoked.ApiCreateOrUpdateProperties.withServiceUrl(String serviceUrl) Set the serviceUrl property: Absolute URL of the backend service implementing this API.ApiCreateOrUpdateProperties.withSoapApiType(SoapApiType soapApiType) Set the soapApiType property: Type of API to createApiCreateOrUpdateProperties.withSourceApiId(String sourceApiId) Set the sourceApiId property: API identifier of the source API.ApiCreateOrUpdateProperties.withSubscriptionKeyParameterNames(SubscriptionKeyParameterNamesContract subscriptionKeyParameterNames) Set the subscriptionKeyParameterNames property: Protocols over which API is made available.ApiCreateOrUpdateProperties.withSubscriptionRequired(Boolean subscriptionRequired) Set the subscriptionRequired property: Specifies whether an API or Product subscription is required for accessing the API.ApiCreateOrUpdateProperties.withTermsOfServiceUrl(String termsOfServiceUrl) Set the termsOfServiceUrl property: A URL to the Terms of Service for the API.ApiCreateOrUpdateProperties.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.ApiCreateOrUpdateProperties.withWsdlSelector(ApiCreateOrUpdatePropertiesWsdlSelector wsdlSelector) Set the wsdlSelector property: Criteria to limit import of WSDL to a subset of the document.