Share via


PurviewClassificationRuleClient.GetProperties(RequestOptions) Method

Definition

Get a classification rule.

public virtual Azure.Response GetProperties (Azure.RequestOptions options);
abstract member GetProperties : Azure.RequestOptions -> Azure.Response
override this.GetProperties : Azure.RequestOptions -> Azure.Response
Public Overridable Function GetProperties (options As RequestOptions) As Response

Parameters

options
Azure.RequestOptions

The request options.

Returns

Remarks

Schema for Response Body:

{
              id: string,
              name: string,
              kind: "System" | "Custom"
            }

Schema for Response Error:

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

Applies to