PolicyDetails Class

  • java.lang.Object
    • com.azure.resourcemanager.policyinsights.models.PolicyDetails

public final class PolicyDetails

The policy details.

Constructor Summary

Constructor Description
PolicyDetails()

Creates an instance of PolicyDetails class.

Method Summary

Modifier and Type Method and Description
String policyAssignmentDisplayName()

Get the policyAssignmentDisplayName property: The display name of the policy assignment.

String policyAssignmentId()

Get the policyAssignmentId property: The ID of the policy assignment.

String policyAssignmentScope()

Get the policyAssignmentScope property: The scope of the policy assignment.

String policyDefinitionId()

Get the policyDefinitionId property: The ID of the policy definition.

String policyDefinitionReferenceId()

Get the policyDefinitionReferenceId property: The policy definition reference ID within the policy set definition.

String policySetDefinitionId()

Get the policySetDefinitionId property: The ID of the policy set definition.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

PolicyDetails

public PolicyDetails()

Creates an instance of PolicyDetails class.

Method Details

policyAssignmentDisplayName

public String policyAssignmentDisplayName()

Get the policyAssignmentDisplayName property: The display name of the policy assignment.

Returns:

the policyAssignmentDisplayName value.

policyAssignmentId

public String policyAssignmentId()

Get the policyAssignmentId property: The ID of the policy assignment.

Returns:

the policyAssignmentId value.

policyAssignmentScope

public String policyAssignmentScope()

Get the policyAssignmentScope property: The scope of the policy assignment.

Returns:

the policyAssignmentScope value.

policyDefinitionId

public String policyDefinitionId()

Get the policyDefinitionId property: The ID of the policy definition.

Returns:

the policyDefinitionId value.

policyDefinitionReferenceId

public String policyDefinitionReferenceId()

Get the policyDefinitionReferenceId property: The policy definition reference ID within the policy set definition.

Returns:

the policyDefinitionReferenceId value.

policySetDefinitionId

public String policySetDefinitionId()

Get the policySetDefinitionId property: The ID of the policy set definition.

Returns:

the policySetDefinitionId value.

validate

public void validate()

Validates the instance.

Applies to