你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RoleManagementPolicyAssignmentProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.authorization.fluent.models.RoleManagementPolicyAssignmentProperties

Implements

public final class RoleManagementPolicyAssignmentProperties
implements JsonSerializable<RoleManagementPolicyAssignmentProperties>

Role management policy assignment properties with scope.

Constructor Summary

Constructor Description
RoleManagementPolicyAssignmentProperties()

Creates an instance of RoleManagementPolicyAssignmentProperties class.

Method Summary

Modifier and Type Method and Description
List<RoleManagementPolicyRule> effectiveRules()

Get the effectiveRules property: The readonly computed rule applied to the policy.

static RoleManagementPolicyAssignmentProperties fromJson(JsonReader jsonReader)

Reads an instance of RoleManagementPolicyAssignmentProperties from the JsonReader.

PolicyAssignmentProperties policyAssignmentProperties()

Get the policyAssignmentProperties property: Additional properties of scope, role definition and policy.

String policyId()

Get the policyId property: The policy id role management policy assignment.

String roleDefinitionId()

Get the roleDefinitionId property: The role definition of management policy assignment.

String scope()

Get the scope property: The role management policy scope.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

RoleManagementPolicyAssignmentProperties withPolicyId(String policyId)

Set the policyId property: The policy id role management policy assignment.

RoleManagementPolicyAssignmentProperties withRoleDefinitionId(String roleDefinitionId)

Set the roleDefinitionId property: The role definition of management policy assignment.

RoleManagementPolicyAssignmentProperties withScope(String scope)

Set the scope property: The role management policy scope.

Methods inherited from java.lang.Object

Constructor Details

RoleManagementPolicyAssignmentProperties

public RoleManagementPolicyAssignmentProperties()

Creates an instance of RoleManagementPolicyAssignmentProperties class.

Method Details

effectiveRules

public List effectiveRules()

Get the effectiveRules property: The readonly computed rule applied to the policy.

Returns:

the effectiveRules value.

fromJson

public static RoleManagementPolicyAssignmentProperties fromJson(JsonReader jsonReader)

Reads an instance of RoleManagementPolicyAssignmentProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of RoleManagementPolicyAssignmentProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the RoleManagementPolicyAssignmentProperties.

policyAssignmentProperties

public PolicyAssignmentProperties policyAssignmentProperties()

Get the policyAssignmentProperties property: Additional properties of scope, role definition and policy.

Returns:

the policyAssignmentProperties value.

policyId

public String policyId()

Get the policyId property: The policy id role management policy assignment.

Returns:

the policyId value.

roleDefinitionId

public String roleDefinitionId()

Get the roleDefinitionId property: The role definition of management policy assignment.

Returns:

the roleDefinitionId value.

scope

public String scope()

Get the scope property: The role management policy scope.

Returns:

the scope value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withPolicyId

public RoleManagementPolicyAssignmentProperties withPolicyId(String policyId)

Set the policyId property: The policy id role management policy assignment.

Parameters:

policyId - the policyId value to set.

Returns:

the RoleManagementPolicyAssignmentProperties object itself.

withRoleDefinitionId

public RoleManagementPolicyAssignmentProperties withRoleDefinitionId(String roleDefinitionId)

Set the roleDefinitionId property: The role definition of management policy assignment.

Parameters:

roleDefinitionId - the roleDefinitionId value to set.

Returns:

the RoleManagementPolicyAssignmentProperties object itself.

withScope

public RoleManagementPolicyAssignmentProperties withScope(String scope)

Set the scope property: The role management policy scope.

Parameters:

scope - the scope value to set.

Returns:

the RoleManagementPolicyAssignmentProperties object itself.

Applies to