Class PolicySetDefinitionVersionProperties
java.lang.Object
com.azure.resourcemanager.resources.fluent.models.PolicySetDefinitionVersionProperties
- All Implemented Interfaces:
com.azure.json.JsonSerializable<PolicySetDefinitionVersionProperties>
public final class PolicySetDefinitionVersionProperties
extends Object
implements com.azure.json.JsonSerializable<PolicySetDefinitionVersionProperties>
The policy set definition properties.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of PolicySetDefinitionVersionProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the description property: The policy set definition description.Get the displayName property: The display name of the policy set definition.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PolicySetDefinitionVersionProperties from the JsonReader.metadata()Get the metadata property: The policy set definition metadata.Get the parameters property: The policy set definition parameters that can be used in policy definition references.Get the policyDefinitionGroups property: The metadata describing groups of policy definition references within the policy set definition.Get the policyDefinitions property: An array of policy definition references.Get the policyType property: The type of policy definition.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) voidvalidate()Validates the instance.version()Get the version property: The policy set definition version in #.#.# format.withDescription(String description) Set the description property: The policy set definition description.withDisplayName(String displayName) Set the displayName property: The display name of the policy set definition.withMetadata(Object metadata) Set the metadata property: The policy set definition metadata.withParameters(Map<String, ParameterDefinitionsValue> parameters) Set the parameters property: The policy set definition parameters that can be used in policy definition references.withPolicyDefinitionGroups(List<PolicyDefinitionGroup> policyDefinitionGroups) Set the policyDefinitionGroups property: The metadata describing groups of policy definition references within the policy set definition.withPolicyDefinitions(List<PolicyDefinitionReference> policyDefinitions) Set the policyDefinitions property: An array of policy definition references.withPolicyType(PolicyType policyType) Set the policyType property: The type of policy definition.withVersion(String version) Set the version property: The policy set definition version in #.#.# format.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
PolicySetDefinitionVersionProperties
public PolicySetDefinitionVersionProperties()Creates an instance of PolicySetDefinitionVersionProperties class.
-
-
Method Details
-
policyType
Get the policyType property: The type of policy definition. Possible values are NotSpecified, BuiltIn, Custom, and Static.- Returns:
- the policyType value.
-
withPolicyType
Set the policyType property: The type of policy definition. Possible values are NotSpecified, BuiltIn, Custom, and Static.- Parameters:
policyType- the policyType value to set.- Returns:
- the PolicySetDefinitionVersionProperties object itself.
-
displayName
Get the displayName property: The display name of the policy set definition.- Returns:
- the displayName value.
-
withDisplayName
Set the displayName property: The display name of the policy set definition.- Parameters:
displayName- the displayName value to set.- Returns:
- the PolicySetDefinitionVersionProperties object itself.
-
description
Get the description property: The policy set definition description.- Returns:
- the description value.
-
withDescription
Set the description property: The policy set definition description.- Parameters:
description- the description value to set.- Returns:
- the PolicySetDefinitionVersionProperties object itself.
-
metadata
Get the metadata property: The policy set definition metadata. Metadata is an open ended object and is typically a collection of key value pairs.- Returns:
- the metadata value.
-
withMetadata
Set the metadata property: The policy set definition metadata. Metadata is an open ended object and is typically a collection of key value pairs.- Parameters:
metadata- the metadata value to set.- Returns:
- the PolicySetDefinitionVersionProperties object itself.
-
parameters
Get the parameters property: The policy set definition parameters that can be used in policy definition references.- Returns:
- the parameters value.
-
withParameters
public PolicySetDefinitionVersionProperties withParameters(Map<String, ParameterDefinitionsValue> parameters) Set the parameters property: The policy set definition parameters that can be used in policy definition references.- Parameters:
parameters- the parameters value to set.- Returns:
- the PolicySetDefinitionVersionProperties object itself.
-
policyDefinitions
Get the policyDefinitions property: An array of policy definition references.- Returns:
- the policyDefinitions value.
-
withPolicyDefinitions
public PolicySetDefinitionVersionProperties withPolicyDefinitions(List<PolicyDefinitionReference> policyDefinitions) Set the policyDefinitions property: An array of policy definition references.- Parameters:
policyDefinitions- the policyDefinitions value to set.- Returns:
- the PolicySetDefinitionVersionProperties object itself.
-
policyDefinitionGroups
Get the policyDefinitionGroups property: The metadata describing groups of policy definition references within the policy set definition.- Returns:
- the policyDefinitionGroups value.
-
withPolicyDefinitionGroups
public PolicySetDefinitionVersionProperties withPolicyDefinitionGroups(List<PolicyDefinitionGroup> policyDefinitionGroups) Set the policyDefinitionGroups property: The metadata describing groups of policy definition references within the policy set definition.- Parameters:
policyDefinitionGroups- the policyDefinitionGroups value to set.- Returns:
- the PolicySetDefinitionVersionProperties object itself.
-
version
Get the version property: The policy set definition version in #.#.# format.- Returns:
- the version value.
-
withVersion
Set the version property: The policy set definition version in #.#.# format.- Parameters:
version- the version value to set.- Returns:
- the PolicySetDefinitionVersionProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<PolicySetDefinitionVersionProperties>- Throws:
IOException
-
fromJson
public static PolicySetDefinitionVersionProperties fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of PolicySetDefinitionVersionProperties from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of PolicySetDefinitionVersionProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IllegalStateException- If the deserialized JSON object was missing any required properties.IOException- If an error occurs while reading the PolicySetDefinitionVersionProperties.
-