SupportTicketNoSubCommunicationResource.CreateResourceIdentifier Method

Definition

Generate the resource identifier of a SupportTicketNoSubCommunicationResource instance.

public static Azure.Core.ResourceIdentifier CreateResourceIdentifier (string supportTicketName, string communicationName);
static member CreateResourceIdentifier : string * string -> Azure.Core.ResourceIdentifier
Public Shared Function CreateResourceIdentifier (supportTicketName As String, communicationName As String) As ResourceIdentifier

Parameters

supportTicketName
String

The supportTicketName.

communicationName
String

The communicationName.

Returns

Applies to