93 строки
7.0 KiB
YAML
93 строки
7.0 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.hdinsight.models.NetworkProperties"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.NetworkProperties"
|
|
name: "NetworkProperties"
|
|
nameWithType: "NetworkProperties"
|
|
summary: "The network properties."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **NetworkProperties**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.hdinsight.models.NetworkProperties.NetworkProperties()"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.NetworkProperties.NetworkProperties()"
|
|
name: "NetworkProperties()"
|
|
nameWithType: "NetworkProperties.NetworkProperties()"
|
|
summary: "Creates an instance of Network<wbr>Properties class."
|
|
syntax: "public NetworkProperties()"
|
|
desc: "Creates an instance of NetworkProperties class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.hdinsight.models.NetworkProperties.privateLink()"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.NetworkProperties.privateLink()"
|
|
name: "privateLink()"
|
|
nameWithType: "NetworkProperties.privateLink()"
|
|
summary: "Get the private<wbr>Link property: Indicates whether or not private link is enabled."
|
|
syntax: "public PrivateLink privateLink()"
|
|
desc: "Get the privateLink property: Indicates whether or not private link is enabled."
|
|
returns:
|
|
description: "the privateLink value."
|
|
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.PrivateLink?alt=com.azure.resourcemanager.hdinsight.models.PrivateLink&text=PrivateLink\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.hdinsight.models.NetworkProperties.resourceProviderConnection()"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.NetworkProperties.resourceProviderConnection()"
|
|
name: "resourceProviderConnection()"
|
|
nameWithType: "NetworkProperties.resourceProviderConnection()"
|
|
summary: "Get the resource<wbr>Provider<wbr>Connection property: The direction for the resource provider connection."
|
|
syntax: "public ResourceProviderConnection resourceProviderConnection()"
|
|
desc: "Get the resourceProviderConnection property: The direction for the resource provider connection."
|
|
returns:
|
|
description: "the resourceProviderConnection value."
|
|
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.ResourceProviderConnection?alt=com.azure.resourcemanager.hdinsight.models.ResourceProviderConnection&text=ResourceProviderConnection\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.hdinsight.models.NetworkProperties.validate()"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.NetworkProperties.validate()"
|
|
name: "validate()"
|
|
nameWithType: "NetworkProperties.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.hdinsight.models.NetworkProperties.withPrivateLink(com.azure.resourcemanager.hdinsight.models.PrivateLink)"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.NetworkProperties.withPrivateLink(PrivateLink privateLink)"
|
|
name: "withPrivateLink(PrivateLink privateLink)"
|
|
nameWithType: "NetworkProperties.withPrivateLink(PrivateLink privateLink)"
|
|
summary: "Set the private<wbr>Link property: Indicates whether or not private link is enabled."
|
|
parameters:
|
|
- description: "the privateLink value to set."
|
|
name: "privateLink"
|
|
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.PrivateLink?alt=com.azure.resourcemanager.hdinsight.models.PrivateLink&text=PrivateLink\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public NetworkProperties withPrivateLink(PrivateLink privateLink)"
|
|
desc: "Set the privateLink property: Indicates whether or not private link is enabled."
|
|
returns:
|
|
description: "the NetworkProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.NetworkProperties?alt=com.azure.resourcemanager.hdinsight.models.NetworkProperties&text=NetworkProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.hdinsight.models.NetworkProperties.withResourceProviderConnection(com.azure.resourcemanager.hdinsight.models.ResourceProviderConnection)"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.NetworkProperties.withResourceProviderConnection(ResourceProviderConnection resourceProviderConnection)"
|
|
name: "withResourceProviderConnection(ResourceProviderConnection resourceProviderConnection)"
|
|
nameWithType: "NetworkProperties.withResourceProviderConnection(ResourceProviderConnection resourceProviderConnection)"
|
|
summary: "Set the resource<wbr>Provider<wbr>Connection property: The direction for the resource provider connection."
|
|
parameters:
|
|
- description: "the resourceProviderConnection value to set."
|
|
name: "resourceProviderConnection"
|
|
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.ResourceProviderConnection?alt=com.azure.resourcemanager.hdinsight.models.ResourceProviderConnection&text=ResourceProviderConnection\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public NetworkProperties withResourceProviderConnection(ResourceProviderConnection resourceProviderConnection)"
|
|
desc: "Set the resourceProviderConnection property: The direction for the resource provider connection."
|
|
returns:
|
|
description: "the NetworkProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.NetworkProperties?alt=com.azure.resourcemanager.hdinsight.models.NetworkProperties&text=NetworkProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The network properties."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.hdinsight.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-hdinsight:1.0.0
|