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