IServiceRequestCollection.ById(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.