Uses of Class
com.azure.resourcemanager.network.models.NetworkIntentPolicyBasedService
Packages that use NetworkIntentPolicyBasedService
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of NetworkIntentPolicyBasedService in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type NetworkIntentPolicyBasedServiceModifier and TypeMethodDescriptionSecurityAdminConfigurationInner.applyOnNetworkIntentPolicyBasedServices()Get the applyOnNetworkIntentPolicyBasedServices property: Enum list of network intent policy based services.SecurityAdminConfigurationPropertiesFormat.applyOnNetworkIntentPolicyBasedServices()Get the applyOnNetworkIntentPolicyBasedServices property: Enum list of network intent policy based services.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type NetworkIntentPolicyBasedServiceModifier and TypeMethodDescriptionSecurityAdminConfigurationInner.withApplyOnNetworkIntentPolicyBasedServices(List<NetworkIntentPolicyBasedService> applyOnNetworkIntentPolicyBasedServices) Set the applyOnNetworkIntentPolicyBasedServices property: Enum list of network intent policy based services.SecurityAdminConfigurationPropertiesFormat.withApplyOnNetworkIntentPolicyBasedServices(List<NetworkIntentPolicyBasedService> applyOnNetworkIntentPolicyBasedServices) Set the applyOnNetworkIntentPolicyBasedServices property: Enum list of network intent policy based services. -
Uses of NetworkIntentPolicyBasedService in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as NetworkIntentPolicyBasedServiceModifier and TypeFieldDescriptionstatic final NetworkIntentPolicyBasedServiceNetworkIntentPolicyBasedService.ALLStatic value All for NetworkIntentPolicyBasedService.static final NetworkIntentPolicyBasedServiceNetworkIntentPolicyBasedService.ALLOW_RULES_ONLYStatic value AllowRulesOnly for NetworkIntentPolicyBasedService.static final NetworkIntentPolicyBasedServiceNetworkIntentPolicyBasedService.NONEStatic value None for NetworkIntentPolicyBasedService.Methods in com.azure.resourcemanager.network.models that return NetworkIntentPolicyBasedServiceModifier and TypeMethodDescriptionNetworkIntentPolicyBasedService.fromString(String name) Creates or finds a NetworkIntentPolicyBasedService from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type NetworkIntentPolicyBasedServiceModifier and TypeMethodDescriptionNetworkIntentPolicyBasedService.values()Gets known NetworkIntentPolicyBasedService values.