Class GetPolicyAssignmentArtifactResult


  • public final class GetPolicyAssignmentArtifactResult
    extends java.lang.Object
    • Method Detail

      • dependsOn

        public java.util.List<java.lang.String> dependsOn()
        Returns:
        Artifacts which need to be deployed before the specified artifact.
      • description

        public java.util.Optional<java.lang.String> description()
        Returns:
        Multi-line explain this resource.
      • displayName

        public java.util.Optional<java.lang.String> displayName()
        Returns:
        One-liner string explain this resource.
      • id

        public java.lang.String id()
        Returns:
        String Id used to locate any resource on Azure.
      • kind

        public java.lang.String kind()
        Returns:
        Specifies the kind of blueprint artifact. Expected value is 'policyAssignment'.
      • name

        public java.lang.String name()
        Returns:
        Name of this resource.
      • parameters

        public java.util.Map<java.lang.String,​ParameterValueResponse> parameters()
        Returns:
        Parameter values for the policy definition.
      • policyDefinitionId

        public java.lang.String policyDefinitionId()
        Returns:
        Azure resource ID of the policy definition.
      • resourceGroup

        public java.util.Optional<java.lang.String> resourceGroup()
        Returns:
        Name of the resource group placeholder to which the policy will be assigned.
      • type

        public java.lang.String type()
        Returns:
        Type of this resource.