Uses of Class
com.azure.resourcemanager.resources.models.PolicyType
Packages that use PolicyType
Package
Description
Package containing the inner data models for ResourceManagementClient.
Package containing the data models for ResourceManagementClient.
-
Uses of PolicyType in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return PolicyTypeModifier and TypeMethodDescriptionPolicyDefinitionInner.policyType()Get the policyType property: The type of policy definition.PolicyDefinitionProperties.policyType()Get the policyType property: The type of policy definition.PolicySetDefinitionInner.policyType()Get the policyType property: The type of policy definition.PolicySetDefinitionProperties.policyType()Get the policyType property: The type of policy definition.Methods in com.azure.resourcemanager.resources.fluent.models with parameters of type PolicyTypeModifier and TypeMethodDescriptionPolicyDefinitionInner.withPolicyType(PolicyType policyType) Set the policyType property: The type of policy definition.PolicyDefinitionProperties.withPolicyType(PolicyType policyType) Set the policyType property: The type of policy definition.PolicySetDefinitionInner.withPolicyType(PolicyType policyType) Set the policyType property: The type of policy definition.PolicySetDefinitionProperties.withPolicyType(PolicyType policyType) Set the policyType property: The type of policy definition. -
Uses of PolicyType in com.azure.resourcemanager.resources.models
Fields in com.azure.resourcemanager.resources.models declared as PolicyTypeModifier and TypeFieldDescriptionstatic final PolicyTypePolicyType.BUILT_INStatic value BuiltIn for PolicyType.static final PolicyTypePolicyType.CUSTOMStatic value Custom for PolicyType.static final PolicyTypePolicyType.NOT_SPECIFIEDStatic value NotSpecified for PolicyType.static final PolicyTypePolicyType.STATICStatic value Static for PolicyType.Methods in com.azure.resourcemanager.resources.models that return PolicyTypeModifier and TypeMethodDescriptionstatic PolicyTypePolicyType.fromString(String name) Creates or finds a PolicyType from its string representation.PolicyDefinition.policyType()Methods in com.azure.resourcemanager.resources.models that return types with arguments of type PolicyTypeModifier and TypeMethodDescriptionstatic Collection<PolicyType>PolicyType.values()Gets known PolicyType values.Methods in com.azure.resourcemanager.resources.models with parameters of type PolicyTypeModifier and TypeMethodDescriptionPolicyDefinition.DefinitionStages.WithPolicyType.withPolicyType(PolicyType policyType) Specifies the type of the policy.PolicyDefinition.UpdateStages.WithPolicyType.withPolicyType(PolicyType policyType) Specifies the type of the policy.