PurviewMetadataRolesClient.GetMetadataRoles(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.Pageable<BinaryData> GetMetadataRoles (Azure.RequestOptions options);
abstract member GetMetadataRoles : Azure.RequestOptions -> Azure.Pageable<BinaryData>
override this.GetMetadataRoles : Azure.RequestOptions -> Azure.Pageable<BinaryData>
Public Overridable Function GetMetadataRoles (options As RequestOptions) As Pageable(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