Uses of Class
com.azure.resourcemanager.apimanagement.models.ApiTagResourceContractProperties
Packages that use ApiTagResourceContractProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of ApiTagResourceContractProperties in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return ApiTagResourceContractPropertiesModifier and TypeMethodDescriptionTagResourceContractInner.api()Get the api property: API associated with the tag.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type ApiTagResourceContractPropertiesModifier and TypeMethodDescriptionTagResourceContractInner.withApi(ApiTagResourceContractProperties api) Set the api property: API associated with the tag. -
Uses of ApiTagResourceContractProperties in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ApiTagResourceContractPropertiesModifier and TypeMethodDescriptionTagResourceContract.api()Gets the api property: API associated with the tag.ApiTagResourceContractProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApiTagResourceContractProperties from the JsonReader.ApiTagResourceContractProperties.withApiRevision(String apiRevision) Set the apiRevision property: Describes the revision of the API.ApiTagResourceContractProperties.withApiRevisionDescription(String apiRevisionDescription) Set the apiRevisionDescription property: Description of the API Revision.ApiTagResourceContractProperties.withApiType(ApiType apiType) Set the apiType property: Type of API.ApiTagResourceContractProperties.withApiVersion(String apiVersion) Set the apiVersion property: Indicates the version identifier of the API if the API is versioned.ApiTagResourceContractProperties.withApiVersionDescription(String apiVersionDescription) Set the apiVersionDescription property: Description of the API Version.ApiTagResourceContractProperties.withApiVersionSetId(String apiVersionSetId) Set the apiVersionSetId property: A resource identifier for the related ApiVersionSet.ApiTagResourceContractProperties.withAuthenticationSettings(AuthenticationSettingsContract authenticationSettings) Set the authenticationSettings property: Collection of authentication settings included into this API.ApiTagResourceContractProperties.withContact(ApiContactInformation contact) Set the contact property: Contact information for the API.ApiTagResourceContractProperties.withDescription(String description) Set the description property: Description of the API.Set the id property: API identifier in the form /apis/{apiId}.ApiTagResourceContractProperties.withIsCurrent(Boolean isCurrent) Set the isCurrent property: Indicates if API revision is current api revision.ApiTagResourceContractProperties.withLicense(ApiLicenseInformation license) Set the license property: License information for the API.Set the name property: API name.Set the path property: Relative URL uniquely identifying this API and all of its resource paths within the API Management service instance.ApiTagResourceContractProperties.withProtocols(List<Protocol> protocols) Set the protocols property: Describes on which protocols the operations in this API can be invoked.ApiTagResourceContractProperties.withServiceUrl(String serviceUrl) Set the serviceUrl property: Absolute URL of the backend service implementing this API.ApiTagResourceContractProperties.withSubscriptionKeyParameterNames(SubscriptionKeyParameterNamesContract subscriptionKeyParameterNames) Set the subscriptionKeyParameterNames property: Protocols over which API is made available.ApiTagResourceContractProperties.withSubscriptionRequired(Boolean subscriptionRequired) Set the subscriptionRequired property: Specifies whether an API or Product subscription is required for accessing the API.ApiTagResourceContractProperties.withTermsOfServiceUrl(String termsOfServiceUrl) Set the termsOfServiceUrl property: A URL to the Terms of Service for the API.