Uses of Class
com.azure.resourcemanager.network.models.NetworkIntentPolicyConfiguration
Packages that use NetworkIntentPolicyConfiguration
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of NetworkIntentPolicyConfiguration in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type NetworkIntentPolicyConfigurationModifier and TypeClassDescriptionfinal classDetails of NetworkIntentPolicyConfiguration for PrepareNetworkPoliciesRequest.Methods in com.azure.resourcemanager.network.models that return NetworkIntentPolicyConfigurationModifier and TypeMethodDescriptionNetworkIntentPolicyConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NetworkIntentPolicyConfiguration from the JsonReader.NetworkIntentPolicyConfiguration.withNetworkIntentPolicyName(String networkIntentPolicyName) Set the networkIntentPolicyName property: The name of the Network Intent Policy for storing in target subscription.NetworkIntentPolicyConfiguration.withSourceNetworkIntentPolicy(NetworkIntentPolicy sourceNetworkIntentPolicy) Set the sourceNetworkIntentPolicy property: Source network intent policy.Methods in com.azure.resourcemanager.network.models that return types with arguments of type NetworkIntentPolicyConfigurationModifier and TypeMethodDescriptionPrepareNetworkPoliciesRequest.networkIntentPolicyConfigurations()Get the networkIntentPolicyConfigurations property: A list of NetworkIntentPolicyConfiguration.Method parameters in com.azure.resourcemanager.network.models with type arguments of type NetworkIntentPolicyConfigurationModifier and TypeMethodDescriptionPrepareNetworkPoliciesRequest.withNetworkIntentPolicyConfigurations(List<NetworkIntentPolicyConfiguration> networkIntentPolicyConfigurations) Set the networkIntentPolicyConfigurations property: A list of NetworkIntentPolicyConfiguration.