Uses of Interface
com.azure.resourcemanager.resources.models.PolicyDefinition.DefinitionStages.WithCreate
Packages that use PolicyDefinition.DefinitionStages.WithCreate
Package
Description
Package containing the data models for ResourceManagementClient.
-
Uses of PolicyDefinition.DefinitionStages.WithCreate in com.azure.resourcemanager.resources.models
Subinterfaces of PolicyDefinition.DefinitionStages.WithCreate in com.azure.resourcemanager.resources.modelsModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the definitions that need to be implemented.Methods in com.azure.resourcemanager.resources.models that return PolicyDefinition.DefinitionStages.WithCreateModifier and TypeMethodDescriptionPolicyDefinition.DefinitionStages.WithDescription.withDescription(String description) Specifies the description of the policy.PolicyDefinition.DefinitionStages.WithDisplayName.withDisplayName(String displayName) Specifies the display name of the policy.PolicyDefinition.DefinitionStages.WithMetadata.withMetadata(Object metadata) Specifies the policy definition metadata.Specifies the policy definition mode.PolicyDefinition.DefinitionStages.WithParameters.withParameter(String name, ParameterDefinitionsValue definition) Specifies the parameters of the policy.PolicyDefinition.DefinitionStages.WithParameters.withParameter(String name, ParameterType parameterType, Object defaultValue) Specifies the parameters of the policy.PolicyDefinition.DefinitionStages.WithPolicyRule.withPolicyRule(Object policyRule) Specifies the rule of the policy.PolicyDefinition.DefinitionStages.WithPolicyRule.withPolicyRuleJson(String policyRuleJson) Specifies the rule of the policy in JSON format.PolicyDefinition.DefinitionStages.WithPolicyType.withPolicyType(PolicyType policyType) Specifies the type of the policy.