MarketplaceAdminApprovalRequestCollection.GetIfExistsAsync 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.
Tries to get details for this resource from the service.
- Request Path: /providers/Microsoft.Marketplace/privateStores/{privateStoreId}/adminRequestApprovals/{adminRequestApprovalId}
- Operation Id: PrivateStore_GetAdminRequestApproval
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Marketplace.MarketplaceAdminApprovalRequestResource>> GetIfExistsAsync (string adminRequestApprovalId, string publisherId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Marketplace.MarketplaceAdminApprovalRequestResource>>
override this.GetIfExistsAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Marketplace.MarketplaceAdminApprovalRequestResource>>
Public Overridable Function GetIfExistsAsync (adminRequestApprovalId As String, publisherId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of MarketplaceAdminApprovalRequestResource))
Parameters
- adminRequestApprovalId
- String
The admin request approval ID to get create or update.
- publisherId
- String
The publisher id of this offer.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
adminRequestApprovalId
is an empty string, and was expected to be non-empty.
adminRequestApprovalId
or publisherId
is null.