PurviewMetadataRolesClient.GetMetadataRolesAsync(RequestOptions) 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.
Lists roles for Purview Account.
public virtual Azure.AsyncPageable<BinaryData> GetMetadataRolesAsync(Azure.RequestOptions options);
abstract member GetMetadataRolesAsync : Azure.RequestOptions -> Azure.AsyncPageable<BinaryData>
override this.GetMetadataRolesAsync : Azure.RequestOptions -> Azure.AsyncPageable<BinaryData>
Public Overridable Function GetMetadataRolesAsync (options As RequestOptions) As AsyncPageable(Of BinaryData)
Parameters
- options
- Azure.RequestOptions
The request options.
Returns
Remarks
Schema for Response Body
:
{
values: [
{
id: string,
name: string,
type: string,
properties: {
provisioningState: string,
roleType: string,
friendlyName: string,
description: string,
cnfCondition: [AttributeMatcher[]],
dnfCondition: [AttributeMatcher[]],
version: number
}
}
],
nextLink: string
}
Schema for Response Error
:
{
error: {
code: string,
message: string,
target: string,
details: [ErrorModelAutoGenerated]
}
}
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