IServiceRequestCollection.ById(String) Method

Definition

Gets a single service request behavior.

public Microsoft.Store.PartnerCenter.ServiceRequests.IServiceRequest ById (string serviceRequestId);
abstract member ById : string -> Microsoft.Store.PartnerCenter.ServiceRequests.IServiceRequest
Public Function ById (serviceRequestId As String) As IServiceRequest

Parameters

serviceRequestId
String

The service request ID.

Returns

The service request operations.

Implements

Applies to