Uses of Class
com.azure.resourcemanager.resources.models.DenyStatusMode
Packages that use DenyStatusMode
Package
Description
Package containing the data models for ResourceManagementClient.
-
Uses of DenyStatusMode in com.azure.resourcemanager.resources.models
Subclasses with type arguments of type DenyStatusMode in com.azure.resourcemanager.resources.modelsModifier and TypeClassDescriptionfinal classdenyAssignment settings applied to the resource.Fields in com.azure.resourcemanager.resources.models declared as DenyStatusModeModifier and TypeFieldDescriptionstatic final DenyStatusModeDenyStatusMode.DENY_DELETEStatic value denyDelete for DenyStatusMode.static final DenyStatusModeDenyStatusMode.DENY_WRITE_AND_DELETEStatic value denyWriteAndDelete for DenyStatusMode.static final DenyStatusModeDenyStatusMode.INAPPLICABLEStatic value inapplicable for DenyStatusMode.static final DenyStatusModeDenyStatusMode.NONEStatic value none for DenyStatusMode.static final DenyStatusModeDenyStatusMode.NOT_SUPPORTEDStatic value notSupported for DenyStatusMode.static final DenyStatusModeDenyStatusMode.REMOVED_BY_SYSTEMStatic value removedBySystem for DenyStatusMode.Methods in com.azure.resourcemanager.resources.models that return DenyStatusModeModifier and TypeMethodDescriptionManagedResourceReference.denyStatus()Get the denyStatus property: denyAssignment settings applied to the resource.static DenyStatusModeDenyStatusMode.fromString(String name) Creates or finds a DenyStatusMode from its string representation.Methods in com.azure.resourcemanager.resources.models that return types with arguments of type DenyStatusModeModifier and TypeMethodDescriptionstatic Collection<DenyStatusMode> DenyStatusMode.values()Gets known DenyStatusMode values.Methods in com.azure.resourcemanager.resources.models with parameters of type DenyStatusModeModifier and TypeMethodDescriptionManagedResourceReference.withDenyStatus(DenyStatusMode denyStatus) Set the denyStatus property: denyAssignment settings applied to the resource.