Uses of Class
com.azure.resourcemanager.storage.models.NspAccessRuleDirection
Packages that use NspAccessRuleDirection
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of NspAccessRuleDirection in com.azure.resourcemanager.storage.models
Subclasses with type arguments of type NspAccessRuleDirection in com.azure.resourcemanager.storage.modelsFields in com.azure.resourcemanager.storage.models declared as NspAccessRuleDirectionModifier and TypeFieldDescriptionstatic final NspAccessRuleDirectionNspAccessRuleDirection.INBOUNDStatic value Inbound for NspAccessRuleDirection.static final NspAccessRuleDirectionNspAccessRuleDirection.OUTBOUNDStatic value Outbound for NspAccessRuleDirection.Methods in com.azure.resourcemanager.storage.models that return NspAccessRuleDirectionModifier and TypeMethodDescriptionNspAccessRuleProperties.direction()Get the direction property: Direction of Access Rule.static NspAccessRuleDirectionNspAccessRuleDirection.fromString(String name) Creates or finds a NspAccessRuleDirection from its string representation.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type NspAccessRuleDirectionModifier and TypeMethodDescriptionstatic Collection<NspAccessRuleDirection> NspAccessRuleDirection.values()Gets known NspAccessRuleDirection values.Methods in com.azure.resourcemanager.storage.models with parameters of type NspAccessRuleDirectionModifier and TypeMethodDescriptionNspAccessRuleProperties.withDirection(NspAccessRuleDirection direction) Set the direction property: Direction of Access Rule.