public class NetworkIntentPolicyConfiguration extends Object
| Constructor and Description |
|---|
NetworkIntentPolicyConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
networkIntentPolicyName()
Get the name of the Network Intent Policy for storing in target subscription.
|
NetworkIntentPolicy |
sourceNetworkIntentPolicy()
Get source network intent policy.
|
NetworkIntentPolicyConfiguration |
withNetworkIntentPolicyName(String networkIntentPolicyName)
Set the name of the Network Intent Policy for storing in target subscription.
|
NetworkIntentPolicyConfiguration |
withSourceNetworkIntentPolicy(NetworkIntentPolicy sourceNetworkIntentPolicy)
Set source network intent policy.
|
public String networkIntentPolicyName()
public NetworkIntentPolicyConfiguration withNetworkIntentPolicyName(String networkIntentPolicyName)
networkIntentPolicyName - the networkIntentPolicyName value to setpublic NetworkIntentPolicy sourceNetworkIntentPolicy()
public NetworkIntentPolicyConfiguration withSourceNetworkIntentPolicy(NetworkIntentPolicy sourceNetworkIntentPolicy)
sourceNetworkIntentPolicy - the sourceNetworkIntentPolicy value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/