ShareSubscriptionCollection.GetAllAsync 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.
List share subscriptions in an account
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions
- Operation Id: ShareSubscriptions_ListByAccount
public virtual Azure.AsyncPageable<Azure.ResourceManager.DataShare.ShareSubscriptionResource> GetAllAsync (string skipToken = default, string filter = default, string orderby = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DataShare.ShareSubscriptionResource>
override this.GetAllAsync : string * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DataShare.ShareSubscriptionResource>
Public Overridable Function GetAllAsync (Optional skipToken As String = Nothing, Optional filter As String = Nothing, Optional orderby As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ShareSubscriptionResource)
Parameters
- skipToken
- String
Continuation Token.
- filter
- String
Filters the results using OData syntax.
- orderby
- String
Sorts the results using OData syntax.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of ShareSubscriptionResource that may take multiple service requests to iterate over.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET