Uses of Class
com.azure.resourcemanager.apimanagement.models.ApiContactInformation
Packages that use ApiContactInformation
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of ApiContactInformation in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return ApiContactInformationModifier and TypeMethodDescriptionApiContractInner.contact()Get the contact property: Contact information for the API.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type ApiContactInformationModifier and TypeMethodDescriptionApiContractInner.withContact(ApiContactInformation contact) Set the contact property: Contact information for the API.ApiContractProperties.withContact(ApiContactInformation contact) Set the contact property: Contact information for the API.ApiContractUpdateProperties.withContact(ApiContactInformation contact) Set the contact property: Contact information for the API.ApiCreateOrUpdateProperties.withContact(ApiContactInformation contact) Set the contact property: Contact information for the API. -
Uses of ApiContactInformation in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ApiContactInformationModifier and TypeMethodDescriptionApiContract.contact()Gets the contact property: Contact information for the API.ApiCreateOrUpdateParameter.contact()Get the contact property: Contact information for the API.ApiEntityBaseContract.contact()Get the contact property: Contact information for the API.ApiUpdateContract.contact()Get the contact property: Contact information for the API.static ApiContactInformationApiContactInformation.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApiContactInformation from the JsonReader.Set the email property: The email address of the contact person/organization.Set the name property: The identifying name of the contact person/organization.Set the url property: The URL pointing to the contact information.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type ApiContactInformationModifier and TypeMethodDescriptionApiContract.DefinitionStages.WithContact.withContact(ApiContactInformation contact) Specifies the contact property: Contact information for the API..ApiContract.UpdateStages.WithContact.withContact(ApiContactInformation contact) Specifies the contact property: Contact information for the API..ApiCreateOrUpdateParameter.withContact(ApiContactInformation contact) Set the contact property: Contact information for the API.ApiEntityBaseContract.withContact(ApiContactInformation contact) Set the contact property: Contact information for the API.ApiTagResourceContractProperties.withContact(ApiContactInformation contact) Set the contact property: Contact information for the API.ApiUpdateContract.withContact(ApiContactInformation contact) Set the contact property: Contact information for the API.