RoleManagementPolicyProperties Class

Definition

Expanded info of resource scope.

public class RoleManagementPolicyProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Authorization.Models.RoleManagementPolicyProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Authorization.Models.RoleManagementPolicyProperties>
public class RoleManagementPolicyProperties
type RoleManagementPolicyProperties = class
    interface IJsonModel<RoleManagementPolicyProperties>
    interface IPersistableModel<RoleManagementPolicyProperties>
type RoleManagementPolicyProperties = class
Public Class RoleManagementPolicyProperties
Implements IJsonModel(Of RoleManagementPolicyProperties), IPersistableModel(Of RoleManagementPolicyProperties)
Public Class RoleManagementPolicyProperties
Inheritance
RoleManagementPolicyProperties
Implements

Properties

ScopeDisplayName

Display name of the resource.

ScopeId

Scope id of the resource.

ScopeType

Type of the scope.

Explicit Interface Implementations

IJsonModel<RoleManagementPolicyProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<RoleManagementPolicyProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RoleManagementPolicyProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RoleManagementPolicyProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<RoleManagementPolicyProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to