RoleManagementPolicyRuleTarget Class
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.
The role management policy rule target.
public class RoleManagementPolicyRuleTarget : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Authorization.Models.RoleManagementPolicyRuleTarget>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Authorization.Models.RoleManagementPolicyRuleTarget>
public class RoleManagementPolicyRuleTarget
type RoleManagementPolicyRuleTarget = class
interface IJsonModel<RoleManagementPolicyRuleTarget>
interface IPersistableModel<RoleManagementPolicyRuleTarget>
type RoleManagementPolicyRuleTarget = class
Public Class RoleManagementPolicyRuleTarget
Implements IJsonModel(Of RoleManagementPolicyRuleTarget), IPersistableModel(Of RoleManagementPolicyRuleTarget)
Public Class RoleManagementPolicyRuleTarget
- Inheritance
-
RoleManagementPolicyRuleTarget
- Implements
Constructors
RoleManagementPolicyRuleTarget() |
Initializes a new instance of RoleManagementPolicyRuleTarget. |
Properties
Caller |
The caller of the setting. |
EnforcedSettings |
The list of enforced settings. |
InheritableSettings |
The list of inheritable settings. |
Level |
The assignment level to which rule is applied. |
Operations |
The type of operation. |
TargetObjects |
The list of target objects. |
Explicit Interface Implementations
IJsonModel<RoleManagementPolicyRuleTarget>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<RoleManagementPolicyRuleTarget>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<RoleManagementPolicyRuleTarget>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<RoleManagementPolicyRuleTarget>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<RoleManagementPolicyRuleTarget>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET