Interface PolicyDefinition.Definition
-
- All Superinterfaces:
Creatable<PolicyDefinition>,HasName,Indexable,PolicyDefinition.DefinitionStages.Blank,PolicyDefinition.DefinitionStages.WithCreate,PolicyDefinition.DefinitionStages.WithDescription,PolicyDefinition.DefinitionStages.WithDisplayName,PolicyDefinition.DefinitionStages.WithParameters,PolicyDefinition.DefinitionStages.WithPolicyRule,PolicyDefinition.DefinitionStages.WithPolicyType
- Enclosing interface:
- PolicyDefinition
public static interface PolicyDefinition.Definition extends PolicyDefinition.DefinitionStages.Blank, PolicyDefinition.DefinitionStages.WithCreate
Container interface for all the definitions that need to be implemented.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Creatable
create, create, createAsync, createAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.azure.resourcemanager.resources.models.PolicyDefinition.DefinitionStages.WithDescription
withDescription
-
Methods inherited from interface com.azure.resourcemanager.resources.models.PolicyDefinition.DefinitionStages.WithDisplayName
withDisplayName
-
Methods inherited from interface com.azure.resourcemanager.resources.models.PolicyDefinition.DefinitionStages.WithParameters
withParameter, withParameter
-
Methods inherited from interface com.azure.resourcemanager.resources.models.PolicyDefinition.DefinitionStages.WithPolicyRule
withPolicyRule, withPolicyRuleJson
-
Methods inherited from interface com.azure.resourcemanager.resources.models.PolicyDefinition.DefinitionStages.WithPolicyType
withPolicyType
-
-