Uses of Class
com.azure.resourcemanager.network.models.AdminRuleKind
Packages that use AdminRuleKind
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of AdminRuleKind in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return AdminRuleKindModifier and TypeMethodDescriptionBaseAdminRuleInner.kind()Get the kind property: Whether the rule is custom or default. -
Uses of AdminRuleKind in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as AdminRuleKindModifier and TypeFieldDescriptionstatic final AdminRuleKindAdminRuleKind.CUSTOMStatic value Custom for AdminRuleKind.static final AdminRuleKindAdminRuleKind.DEFAULTStatic value Default for AdminRuleKind.Methods in com.azure.resourcemanager.network.models that return AdminRuleKindModifier and TypeMethodDescriptionstatic AdminRuleKindAdminRuleKind.fromString(String name) Creates or finds a AdminRuleKind from its string representation.AdminRule.kind()Get the kind property: Whether the rule is custom or default.DefaultAdminRule.kind()Get the kind property: Whether the rule is custom or default.Methods in com.azure.resourcemanager.network.models that return types with arguments of type AdminRuleKindModifier and TypeMethodDescriptionstatic Collection<AdminRuleKind> AdminRuleKind.values()Gets known AdminRuleKind values.