Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.ApiContractUpdateProperties
Packages that use ApiContractUpdateProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
-
Uses of ApiContractUpdateProperties in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return ApiContractUpdatePropertiesModifier and TypeMethodDescriptionstatic ApiContractUpdatePropertiesApiContractUpdateProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApiContractUpdateProperties from the JsonReader.ApiContractUpdateProperties.withApiRevision(String apiRevision) Set the apiRevision property: Describes the revision of the API.ApiContractUpdateProperties.withApiRevisionDescription(String apiRevisionDescription) Set the apiRevisionDescription property: Description of the API Revision.ApiContractUpdateProperties.withApiType(ApiType apiType) Set the apiType property: Type of API.ApiContractUpdateProperties.withApiVersion(String apiVersion) Set the apiVersion property: Indicates the version identifier of the API if the API is versioned.ApiContractUpdateProperties.withApiVersionDescription(String apiVersionDescription) Set the apiVersionDescription property: Description of the API Version.ApiContractUpdateProperties.withApiVersionSetId(String apiVersionSetId) Set the apiVersionSetId property: A resource identifier for the related ApiVersionSet.ApiContractUpdateProperties.withAuthenticationSettings(AuthenticationSettingsContract authenticationSettings) Set the authenticationSettings property: Collection of authentication settings included into this API.ApiContractUpdateProperties.withContact(ApiContactInformation contact) Set the contact property: Contact information for the API.ApiContractUpdateProperties.withDescription(String description) Set the description property: Description of the API.ApiContractUpdateProperties.withDisplayName(String displayName) Set the displayName property: API name.ApiContractUpdateProperties.withIsCurrent(Boolean isCurrent) Set the isCurrent property: Indicates if API revision is current api revision.ApiContractUpdateProperties.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.ApiContractUpdateProperties.withProtocols(List<Protocol> protocols) Set the protocols property: Describes on which protocols the operations in this API can be invoked.ApiContractUpdateProperties.withServiceUrl(String serviceUrl) Set the serviceUrl property: Absolute URL of the backend service implementing this API.ApiContractUpdateProperties.withSubscriptionKeyParameterNames(SubscriptionKeyParameterNamesContract subscriptionKeyParameterNames) Set the subscriptionKeyParameterNames property: Protocols over which API is made available.ApiContractUpdateProperties.withSubscriptionRequired(Boolean subscriptionRequired) Set the subscriptionRequired property: Specifies whether an API or Product subscription is required for accessing the API.ApiContractUpdateProperties.withTermsOfServiceUrl(String termsOfServiceUrl) Set the termsOfServiceUrl property: A URL to the Terms of Service for the API.