Uses of Class
com.azure.resourcemanager.apimanagement.models.PolicyRestrictionRequireBase
Packages that use PolicyRestrictionRequireBase
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of PolicyRestrictionRequireBase in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return PolicyRestrictionRequireBaseModifier and TypeMethodDescriptionPolicyRestrictionContractInner.requireBase()Get the requireBase property: Indicates if base policy should be enforced for the policy document.PolicyRestrictionContractProperties.requireBase()Get the requireBase property: Indicates if base policy should be enforced for the policy document.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type PolicyRestrictionRequireBaseModifier and TypeMethodDescriptionPolicyRestrictionContractInner.withRequireBase(PolicyRestrictionRequireBase requireBase) Set the requireBase property: Indicates if base policy should be enforced for the policy document.PolicyRestrictionContractProperties.withRequireBase(PolicyRestrictionRequireBase requireBase) Set the requireBase property: Indicates if base policy should be enforced for the policy document. -
Uses of PolicyRestrictionRequireBase in com.azure.resourcemanager.apimanagement.models
Fields in com.azure.resourcemanager.apimanagement.models declared as PolicyRestrictionRequireBaseModifier and TypeFieldDescriptionstatic final PolicyRestrictionRequireBasePolicyRestrictionRequireBase.FALSEStatic value false for PolicyRestrictionRequireBase.static final PolicyRestrictionRequireBasePolicyRestrictionRequireBase.TRUEStatic value true for PolicyRestrictionRequireBase.Methods in com.azure.resourcemanager.apimanagement.models that return PolicyRestrictionRequireBaseModifier and TypeMethodDescriptionstatic PolicyRestrictionRequireBasePolicyRestrictionRequireBase.fromString(String name) Creates or finds a PolicyRestrictionRequireBase from its string representation.PolicyRestrictionContract.requireBase()Gets the requireBase property: Indicates if base policy should be enforced for the policy document.PolicyRestrictionUpdateContract.requireBase()Get the requireBase property: Indicates if base policy should be enforced for the policy document.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type PolicyRestrictionRequireBaseModifier and TypeMethodDescriptionPolicyRestrictionRequireBase.values()Gets known PolicyRestrictionRequireBase values.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type PolicyRestrictionRequireBaseModifier and TypeMethodDescriptionPolicyRestrictionContract.DefinitionStages.WithRequireBase.withRequireBase(PolicyRestrictionRequireBase requireBase) Specifies the requireBase property: Indicates if base policy should be enforced for the policy document..PolicyRestrictionContract.UpdateStages.WithRequireBase.withRequireBase(PolicyRestrictionRequireBase requireBase) Specifies the requireBase property: Indicates if base policy should be enforced for the policy document..PolicyRestrictionUpdateContract.withRequireBase(PolicyRestrictionRequireBase requireBase) Set the requireBase property: Indicates if base policy should be enforced for the policy document.