Uses of Interface
com.azure.resourcemanager.apimanagement.models.ApiContract.Update
Packages that use ApiContract.Update
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of ApiContract.Update in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ApiContract.UpdateModifier and TypeMethodDescriptionApiContract.update()Begins update for the ApiContract resource.ApiContract.UpdateStages.WithApiRevision.withApiRevision(String apiRevision) Specifies the apiRevision property: Describes the revision of the API.ApiContract.UpdateStages.WithApiRevisionDescription.withApiRevisionDescription(String apiRevisionDescription) Specifies the apiRevisionDescription property: Description of the API Revision..ApiContract.UpdateStages.WithApiType.withApiType(ApiType apiType) Specifies the apiType property: Type of API..ApiContract.UpdateStages.WithApiVersion.withApiVersion(String apiVersion) Specifies the apiVersion property: Indicates the version identifier of the API if the API is versioned.ApiContract.UpdateStages.WithApiVersionDescription.withApiVersionDescription(String apiVersionDescription) Specifies the apiVersionDescription property: Description of the API Version..ApiContract.UpdateStages.WithApiVersionSetId.withApiVersionSetId(String apiVersionSetId) Specifies the apiVersionSetId property: A resource identifier for the related ApiVersionSet..ApiContract.UpdateStages.WithAuthenticationSettings.withAuthenticationSettings(AuthenticationSettingsContract authenticationSettings) Specifies the authenticationSettings property: Collection of authentication settings included into this API..ApiContract.UpdateStages.WithContact.withContact(ApiContactInformation contact) Specifies the contact property: Contact information for the API..ApiContract.UpdateStages.WithDescription.withDescription(String description) Specifies the description property: Description of the API.ApiContract.UpdateStages.WithDisplayName.withDisplayName(String displayName) Specifies the displayName property: API name..ApiContract.UpdateStages.WithIfMatch.withIfMatch(String ifMatch) Specifies the ifMatch property: ETag of the Entity.ApiContract.UpdateStages.WithIsCurrent.withIsCurrent(Boolean isCurrent) Specifies the isCurrent property: Indicates if API revision is current api revision..ApiContract.UpdateStages.WithLicense.withLicense(ApiLicenseInformation license) Specifies the license property: License information for the API..Specifies the path property: Relative URL uniquely identifying this API and all of its resource paths within the API Management service instance.ApiContract.UpdateStages.WithProtocols.withProtocols(List<Protocol> protocols) Specifies the protocols property: Describes on which protocols the operations in this API can be invoked..ApiContract.UpdateStages.WithServiceUrl.withServiceUrl(String serviceUrl) Specifies the serviceUrl property: Absolute URL of the backend service implementing this API..ApiContract.UpdateStages.WithSubscriptionKeyParameterNames.withSubscriptionKeyParameterNames(SubscriptionKeyParameterNamesContract subscriptionKeyParameterNames) Specifies the subscriptionKeyParameterNames property: Protocols over which API is made available..ApiContract.UpdateStages.WithSubscriptionRequired.withSubscriptionRequired(Boolean subscriptionRequired) Specifies the subscriptionRequired property: Specifies whether an API or Product subscription is required for accessing the API..ApiContract.UpdateStages.WithTermsOfServiceUrl.withTermsOfServiceUrl(String termsOfServiceUrl) Specifies the termsOfServiceUrl property: A URL to the Terms of Service for the API.