Uses of Interface
com.azure.resourcemanager.support.models.CommunicationDetails
Package
Description
Package containing the data models for MicrosoftSupport.
-
Uses of CommunicationDetails in com.azure.resourcemanager.support.models
Modifier and TypeMethodDescriptionCommunicationDetails.DefinitionStages.WithCreate.create()
Executes the create request.CommunicationDetails.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.Returns communication details for a support ticket.Returns communication details for a support ticket.CommunicationDetails.refresh()
Refreshes the resource to sync with Azure.CommunicationDetails.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<CommunicationDetails>
Communications.getByIdWithResponse
(String id, com.azure.core.util.Context context) Returns communication details for a support ticket.com.azure.core.http.rest.Response<CommunicationDetails>
Communications.getWithResponse
(String supportTicketName, String communicationName, com.azure.core.util.Context context) Returns communication details for a support ticket.com.azure.core.http.rest.PagedIterable<CommunicationDetails>
Lists all communications (attachments not included) for a support ticket.com.azure.core.http.rest.PagedIterable<CommunicationDetails>
Communications.list
(String supportTicketName, Integer top, String filter, com.azure.core.util.Context context) Lists all communications (attachments not included) for a support ticket.