RoleManagementPolicyPimOnlyModeRule Class

Definition

The role management policy PIM only mode rule.

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

Constructors

Name Description
RoleManagementPolicyPimOnlyModeRule()

Initializes a new instance of RoleManagementPolicyPimOnlyModeRule.

Properties

Name Description
Id

The id of the rule.

(Inherited from RoleManagementPolicyRule)
PimOnlyModeSettings

The PIM Only Mode settings.

Target

The target of the current rule.

(Inherited from RoleManagementPolicyRule)

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<RoleManagementPolicyPimOnlyModeRule>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<RoleManagementPolicyPimOnlyModeRule>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IJsonModel<RoleManagementPolicyRule>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from RoleManagementPolicyRule)
IJsonModel<RoleManagementPolicyRule>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from RoleManagementPolicyRule)
IPersistableModel<RoleManagementPolicyPimOnlyModeRule>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<RoleManagementPolicyPimOnlyModeRule>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<RoleManagementPolicyPimOnlyModeRule>.Write(ModelReaderWriterOptions)
IPersistableModel<RoleManagementPolicyRule>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from RoleManagementPolicyRule)
IPersistableModel<RoleManagementPolicyRule>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from RoleManagementPolicyRule)
IPersistableModel<RoleManagementPolicyRule>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from RoleManagementPolicyRule)

Applies to