Freigeben über


PurviewMetadataRolesClient.GetMetadataRoles(RequestOptions) Methode

Definition

Listet Rollen für Purview-Konto auf.

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)

Parameter

options
Azure.RequestOptions

Die Anforderungsoptionen

Gibt zurück

Hinweise

Schema für 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 für Response Error:

{
              error: {
                code: string,
                message: string,
                target: string,
                details: [ErrorModelAutoGenerated]
              }
            }

Gilt für: