Uses of Class
com.azure.resourcemanager.resources.models.OverrideKind
Packages that use OverrideKind
Package
Description
Package containing the data models for ResourceManagementClient.
-
Uses of OverrideKind in com.azure.resourcemanager.resources.models
Fields in com.azure.resourcemanager.resources.models declared as OverrideKindModifier and TypeFieldDescriptionstatic final OverrideKindOverrideKind.POLICY_EFFECTStatic value policyEffect for OverrideKind.Methods in com.azure.resourcemanager.resources.models that return OverrideKindModifier and TypeMethodDescriptionstatic OverrideKindOverrideKind.fromString(String name) Creates or finds a OverrideKind from its string representation.OverrideModel.kind()Get the kind property: The override kind.Methods in com.azure.resourcemanager.resources.models that return types with arguments of type OverrideKindModifier and TypeMethodDescriptionstatic Collection<OverrideKind>OverrideKind.values()Gets known OverrideKind values.Methods in com.azure.resourcemanager.resources.models with parameters of type OverrideKindModifier and TypeMethodDescriptionOverrideModel.withKind(OverrideKind kind) Set the kind property: The override kind.