azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

84 строки
6.9 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.NetworkIntentPolicyConfiguration"
fullName: "com.microsoft.azure.management.network.NetworkIntentPolicyConfiguration"
name: "NetworkIntentPolicyConfiguration"
nameWithType: "NetworkIntentPolicyConfiguration"
summary: "Details of Network<wbr>Intent<wbr>Policy<wbr>Configuration for Prepare<wbr>Network<wbr>Policies<wbr>Request."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **NetworkIntentPolicyConfiguration**"
constructors:
- uid: "com.microsoft.azure.management.network.NetworkIntentPolicyConfiguration.NetworkIntentPolicyConfiguration()"
fullName: "com.microsoft.azure.management.network.NetworkIntentPolicyConfiguration.NetworkIntentPolicyConfiguration()"
name: "NetworkIntentPolicyConfiguration()"
nameWithType: "NetworkIntentPolicyConfiguration.NetworkIntentPolicyConfiguration()"
syntax: "public NetworkIntentPolicyConfiguration()"
methods:
- uid: "com.microsoft.azure.management.network.NetworkIntentPolicyConfiguration.networkIntentPolicyName()"
fullName: "com.microsoft.azure.management.network.NetworkIntentPolicyConfiguration.networkIntentPolicyName()"
name: "networkIntentPolicyName()"
nameWithType: "NetworkIntentPolicyConfiguration.networkIntentPolicyName()"
summary: "Get the name of the Network Intent Policy for storing in target subscription."
syntax: "public String networkIntentPolicyName()"
desc: "Get the name of the Network Intent Policy for storing in target subscription."
returns:
description: "the networkIntentPolicyName value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.NetworkIntentPolicyConfiguration.sourceNetworkIntentPolicy()"
fullName: "com.microsoft.azure.management.network.NetworkIntentPolicyConfiguration.sourceNetworkIntentPolicy()"
name: "sourceNetworkIntentPolicy()"
nameWithType: "NetworkIntentPolicyConfiguration.sourceNetworkIntentPolicy()"
summary: "Get source network intent policy."
syntax: "public NetworkIntentPolicy sourceNetworkIntentPolicy()"
desc: "Get source network intent policy."
returns:
description: "the sourceNetworkIntentPolicy value"
type: "<xref href=\"com.microsoft.azure.management.network.NetworkIntentPolicy?alt=com.microsoft.azure.management.network.NetworkIntentPolicy&text=NetworkIntentPolicy\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.NetworkIntentPolicyConfiguration.withNetworkIntentPolicyName(java.lang.String)"
fullName: "com.microsoft.azure.management.network.NetworkIntentPolicyConfiguration.withNetworkIntentPolicyName(String networkIntentPolicyName)"
name: "withNetworkIntentPolicyName(String networkIntentPolicyName)"
nameWithType: "NetworkIntentPolicyConfiguration.withNetworkIntentPolicyName(String networkIntentPolicyName)"
summary: "Set the name of the Network Intent Policy for storing in target subscription."
parameters:
- description: "the networkIntentPolicyName value to set"
name: "networkIntentPolicyName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public NetworkIntentPolicyConfiguration withNetworkIntentPolicyName(String networkIntentPolicyName)"
desc: "Set the name of the Network Intent Policy for storing in target subscription."
returns:
description: "the NetworkIntentPolicyConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.network.NetworkIntentPolicyConfiguration?alt=com.microsoft.azure.management.network.NetworkIntentPolicyConfiguration&text=NetworkIntentPolicyConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.NetworkIntentPolicyConfiguration.withSourceNetworkIntentPolicy(com.microsoft.azure.management.network.NetworkIntentPolicy)"
fullName: "com.microsoft.azure.management.network.NetworkIntentPolicyConfiguration.withSourceNetworkIntentPolicy(NetworkIntentPolicy sourceNetworkIntentPolicy)"
name: "withSourceNetworkIntentPolicy(NetworkIntentPolicy sourceNetworkIntentPolicy)"
nameWithType: "NetworkIntentPolicyConfiguration.withSourceNetworkIntentPolicy(NetworkIntentPolicy sourceNetworkIntentPolicy)"
summary: "Set source network intent policy."
parameters:
- description: "the sourceNetworkIntentPolicy value to set"
name: "sourceNetworkIntentPolicy"
type: "<xref href=\"com.microsoft.azure.management.network.NetworkIntentPolicy?alt=com.microsoft.azure.management.network.NetworkIntentPolicy&text=NetworkIntentPolicy\" data-throw-if-not-resolved=\"False\" />"
syntax: "public NetworkIntentPolicyConfiguration withSourceNetworkIntentPolicy(NetworkIntentPolicy sourceNetworkIntentPolicy)"
desc: "Set source network intent policy."
returns:
description: "the NetworkIntentPolicyConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.network.NetworkIntentPolicyConfiguration?alt=com.microsoft.azure.management.network.NetworkIntentPolicyConfiguration&text=NetworkIntentPolicyConfiguration\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Details of NetworkIntentPolicyConfiguration for PrepareNetworkPoliciesRequest."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4