共用方式為


PrivateStoreOperationsExtensions.QueryNotificationsStateAsync Method

Definition

Get private store notifications state

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Marketplace.Models.PrivateStoreNotificationsState> QueryNotificationsStateAsync (this Microsoft.Azure.Management.Marketplace.IPrivateStoreOperations operations, string privateStoreId, System.Threading.CancellationToken cancellationToken = default);
static member QueryNotificationsStateAsync : Microsoft.Azure.Management.Marketplace.IPrivateStoreOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Marketplace.Models.PrivateStoreNotificationsState>
<Extension()>
Public Function QueryNotificationsStateAsync (operations As IPrivateStoreOperations, privateStoreId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateStoreNotificationsState)

Parameters

operations
IPrivateStoreOperations

The operations group for this extension method.

privateStoreId
String

The store ID - must use the tenant ID

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to