Uses of Class
com.azure.resourcemanager.resources.models.PolicyType
-
Packages that use PolicyType Package Description com.azure.resourcemanager.resources.fluent.models Package containing the inner data models for ResourceManagementClient.com.azure.resourcemanager.resources.models 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 PolicyType Modifier and Type Method Description PolicyTypePolicyDefinitionInner. policyType()Get the policyType property: The type of policy definition.PolicyTypePolicyDefinitionProperties. policyType()Get the policyType property: The type of policy definition.PolicyTypePolicySetDefinitionInner. policyType()Get the policyType property: The type of policy definition.PolicyTypePolicySetDefinitionProperties. policyType()Get the policyType property: The type of policy definition.Methods in com.azure.resourcemanager.resources.fluent.models with parameters of type PolicyType Modifier and Type Method Description PolicyDefinitionInnerPolicyDefinitionInner. withPolicyType(PolicyType policyType)Set the policyType property: The type of policy definition.PolicyDefinitionPropertiesPolicyDefinitionProperties. withPolicyType(PolicyType policyType)Set the policyType property: The type of policy definition.PolicySetDefinitionInnerPolicySetDefinitionInner. withPolicyType(PolicyType policyType)Set the policyType property: The type of policy definition.PolicySetDefinitionPropertiesPolicySetDefinitionProperties. 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 PolicyType Modifier and Type Field Description static PolicyTypePolicyType. BUILT_INStatic value BuiltIn for PolicyType.static PolicyTypePolicyType. CUSTOMStatic value Custom for PolicyType.static PolicyTypePolicyType. NOT_SPECIFIEDStatic value NotSpecified for PolicyType.static PolicyTypePolicyType. STATICStatic value Static for PolicyType.Methods in com.azure.resourcemanager.resources.models that return PolicyType Modifier and Type Method Description static PolicyTypePolicyType. fromString(String name)Creates or finds a PolicyType from its string representation.PolicyTypePolicyDefinition. policyType()Methods in com.azure.resourcemanager.resources.models that return types with arguments of type PolicyType Modifier and Type Method Description static Collection<PolicyType>PolicyType. values()Methods in com.azure.resourcemanager.resources.models with parameters of type PolicyType Modifier and Type Method Description PolicyDefinition.DefinitionStages.WithCreatePolicyDefinition.DefinitionStages.WithPolicyType. withPolicyType(PolicyType policyType)Specifies the type of the policy.PolicyDefinition.UpdatePolicyDefinition.UpdateStages.WithPolicyType. withPolicyType(PolicyType policyType)Specifies the type of the policy.
-