azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.n...

93 строки
7.5 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.nginx.models.NginxNetworkProfile"
fullName: "com.azure.resourcemanager.nginx.models.NginxNetworkProfile"
name: "NginxNetworkProfile"
nameWithType: "NginxNetworkProfile"
summary: "The Nginx<wbr>Network<wbr>Profile model."
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 **NginxNetworkProfile**"
constructors:
- uid: "com.azure.resourcemanager.nginx.models.NginxNetworkProfile.NginxNetworkProfile()"
fullName: "com.azure.resourcemanager.nginx.models.NginxNetworkProfile.NginxNetworkProfile()"
name: "NginxNetworkProfile()"
nameWithType: "NginxNetworkProfile.NginxNetworkProfile()"
summary: "Creates an instance of Nginx<wbr>Network<wbr>Profile class."
syntax: "public NginxNetworkProfile()"
desc: "Creates an instance of NginxNetworkProfile class."
methods:
- uid: "com.azure.resourcemanager.nginx.models.NginxNetworkProfile.frontEndIpConfiguration()"
fullName: "com.azure.resourcemanager.nginx.models.NginxNetworkProfile.frontEndIpConfiguration()"
name: "frontEndIpConfiguration()"
nameWithType: "NginxNetworkProfile.frontEndIpConfiguration()"
summary: "Get the front<wbr>End<wbr>IpConfiguration property: The front<wbr>End<wbr>IPConfiguration property."
syntax: "public NginxFrontendIpConfiguration frontEndIpConfiguration()"
desc: "Get the frontEndIpConfiguration property: The frontEndIPConfiguration property."
returns:
description: "the frontEndIpConfiguration value."
type: "<xref href=\"com.azure.resourcemanager.nginx.models.NginxFrontendIpConfiguration?alt=com.azure.resourcemanager.nginx.models.NginxFrontendIpConfiguration&text=NginxFrontendIpConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.nginx.models.NginxNetworkProfile.networkInterfaceConfiguration()"
fullName: "com.azure.resourcemanager.nginx.models.NginxNetworkProfile.networkInterfaceConfiguration()"
name: "networkInterfaceConfiguration()"
nameWithType: "NginxNetworkProfile.networkInterfaceConfiguration()"
summary: "Get the network<wbr>Interface<wbr>Configuration property: The network<wbr>Interface<wbr>Configuration property."
syntax: "public NginxNetworkInterfaceConfiguration networkInterfaceConfiguration()"
desc: "Get the networkInterfaceConfiguration property: The networkInterfaceConfiguration property."
returns:
description: "the networkInterfaceConfiguration value."
type: "<xref href=\"com.azure.resourcemanager.nginx.models.NginxNetworkInterfaceConfiguration?alt=com.azure.resourcemanager.nginx.models.NginxNetworkInterfaceConfiguration&text=NginxNetworkInterfaceConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.nginx.models.NginxNetworkProfile.validate()"
fullName: "com.azure.resourcemanager.nginx.models.NginxNetworkProfile.validate()"
name: "validate()"
nameWithType: "NginxNetworkProfile.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.nginx.models.NginxNetworkProfile.withFrontEndIpConfiguration(com.azure.resourcemanager.nginx.models.NginxFrontendIpConfiguration)"
fullName: "com.azure.resourcemanager.nginx.models.NginxNetworkProfile.withFrontEndIpConfiguration(NginxFrontendIpConfiguration frontEndIpConfiguration)"
name: "withFrontEndIpConfiguration(NginxFrontendIpConfiguration frontEndIpConfiguration)"
nameWithType: "NginxNetworkProfile.withFrontEndIpConfiguration(NginxFrontendIpConfiguration frontEndIpConfiguration)"
summary: "Set the front<wbr>End<wbr>IpConfiguration property: The front<wbr>End<wbr>IPConfiguration property."
parameters:
- description: "the frontEndIpConfiguration value to set."
name: "frontEndIpConfiguration"
type: "<xref href=\"com.azure.resourcemanager.nginx.models.NginxFrontendIpConfiguration?alt=com.azure.resourcemanager.nginx.models.NginxFrontendIpConfiguration&text=NginxFrontendIpConfiguration\" data-throw-if-not-resolved=\"False\" />"
syntax: "public NginxNetworkProfile withFrontEndIpConfiguration(NginxFrontendIpConfiguration frontEndIpConfiguration)"
desc: "Set the frontEndIpConfiguration property: The frontEndIPConfiguration property."
returns:
description: "the NginxNetworkProfile object itself."
type: "<xref href=\"com.azure.resourcemanager.nginx.models.NginxNetworkProfile?alt=com.azure.resourcemanager.nginx.models.NginxNetworkProfile&text=NginxNetworkProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.nginx.models.NginxNetworkProfile.withNetworkInterfaceConfiguration(com.azure.resourcemanager.nginx.models.NginxNetworkInterfaceConfiguration)"
fullName: "com.azure.resourcemanager.nginx.models.NginxNetworkProfile.withNetworkInterfaceConfiguration(NginxNetworkInterfaceConfiguration networkInterfaceConfiguration)"
name: "withNetworkInterfaceConfiguration(NginxNetworkInterfaceConfiguration networkInterfaceConfiguration)"
nameWithType: "NginxNetworkProfile.withNetworkInterfaceConfiguration(NginxNetworkInterfaceConfiguration networkInterfaceConfiguration)"
summary: "Set the network<wbr>Interface<wbr>Configuration property: The network<wbr>Interface<wbr>Configuration property."
parameters:
- description: "the networkInterfaceConfiguration value to set."
name: "networkInterfaceConfiguration"
type: "<xref href=\"com.azure.resourcemanager.nginx.models.NginxNetworkInterfaceConfiguration?alt=com.azure.resourcemanager.nginx.models.NginxNetworkInterfaceConfiguration&text=NginxNetworkInterfaceConfiguration\" data-throw-if-not-resolved=\"False\" />"
syntax: "public NginxNetworkProfile withNetworkInterfaceConfiguration(NginxNetworkInterfaceConfiguration networkInterfaceConfiguration)"
desc: "Set the networkInterfaceConfiguration property: The networkInterfaceConfiguration property."
returns:
description: "the NginxNetworkProfile object itself."
type: "<xref href=\"com.azure.resourcemanager.nginx.models.NginxNetworkProfile?alt=com.azure.resourcemanager.nginx.models.NginxNetworkProfile&text=NginxNetworkProfile\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The NginxNetworkProfile model."
metadata: {}
package: "com.azure.resourcemanager.nginx.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-nginx:1.0.0