89 строки
8.9 KiB
YAML
89 строки
8.9 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.NetworkInterfaceResourceSettings"
|
|
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.NetworkInterfaceResourceSettings"
|
|
name: "NetworkInterfaceResourceSettings"
|
|
nameWithType: "NetworkInterfaceResourceSettings"
|
|
summary: "Defines the network interface resource settings."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.ResourceSettings?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.ResourceSettings?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.ResourceSettings&text=ResourceSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.ResourceSettings.targetResourceName()?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.ResourceSettings.targetResourceName&text=targetResourceName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.ResourceSettings.withTargetResourceName(java.lang.String)?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.ResourceSettings.withTargetResourceName&text=withTargetResourceName\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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 **NetworkInterfaceResourceSettings**</br> extends <xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.ResourceSettings?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.ResourceSettings&text=ResourceSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.NetworkInterfaceResourceSettings.NetworkInterfaceResourceSettings()"
|
|
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.NetworkInterfaceResourceSettings.NetworkInterfaceResourceSettings()"
|
|
name: "NetworkInterfaceResourceSettings()"
|
|
nameWithType: "NetworkInterfaceResourceSettings.NetworkInterfaceResourceSettings()"
|
|
syntax: "public NetworkInterfaceResourceSettings()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.NetworkInterfaceResourceSettings.enableAcceleratedNetworking()"
|
|
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.NetworkInterfaceResourceSettings.enableAcceleratedNetworking()"
|
|
name: "enableAcceleratedNetworking()"
|
|
nameWithType: "NetworkInterfaceResourceSettings.enableAcceleratedNetworking()"
|
|
summary: "Get gets or sets a value indicating whether accelerated networking is enabled."
|
|
syntax: "public Boolean enableAcceleratedNetworking()"
|
|
desc: "Get gets or sets a value indicating whether accelerated networking is enabled."
|
|
returns:
|
|
description: "the enableAcceleratedNetworking value"
|
|
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.NetworkInterfaceResourceSettings.ipConfigurations()"
|
|
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.NetworkInterfaceResourceSettings.ipConfigurations()"
|
|
name: "ipConfigurations()"
|
|
nameWithType: "NetworkInterfaceResourceSettings.ipConfigurations()"
|
|
summary: "Get gets or sets the IP configurations of the NIC."
|
|
syntax: "public List<NicIpConfigurationResourceSettings> ipConfigurations()"
|
|
desc: "Get gets or sets the IP configurations of the NIC."
|
|
returns:
|
|
description: "the ipConfigurations value"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings&text=NicIpConfigurationResourceSettings\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.NetworkInterfaceResourceSettings.withEnableAcceleratedNetworking(java.lang.Boolean)"
|
|
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.NetworkInterfaceResourceSettings.withEnableAcceleratedNetworking(Boolean enableAcceleratedNetworking)"
|
|
name: "withEnableAcceleratedNetworking(Boolean enableAcceleratedNetworking)"
|
|
nameWithType: "NetworkInterfaceResourceSettings.withEnableAcceleratedNetworking(Boolean enableAcceleratedNetworking)"
|
|
summary: "Set gets or sets a value indicating whether accelerated networking is enabled."
|
|
parameters:
|
|
- description: "the enableAcceleratedNetworking value to set"
|
|
name: "enableAcceleratedNetworking"
|
|
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public NetworkInterfaceResourceSettings withEnableAcceleratedNetworking(Boolean enableAcceleratedNetworking)"
|
|
desc: "Set gets or sets a value indicating whether accelerated networking is enabled."
|
|
returns:
|
|
description: "the NetworkInterfaceResourceSettings object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.NetworkInterfaceResourceSettings?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.NetworkInterfaceResourceSettings&text=NetworkInterfaceResourceSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.NetworkInterfaceResourceSettings.withIpConfigurations(java.util.List<com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings>)"
|
|
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.NetworkInterfaceResourceSettings.withIpConfigurations(List<NicIpConfigurationResourceSettings> ipConfigurations)"
|
|
name: "withIpConfigurations(List<NicIpConfigurationResourceSettings> ipConfigurations)"
|
|
nameWithType: "NetworkInterfaceResourceSettings.withIpConfigurations(List<NicIpConfigurationResourceSettings> ipConfigurations)"
|
|
summary: "Set gets or sets the IP configurations of the NIC."
|
|
parameters:
|
|
- description: "the ipConfigurations value to set"
|
|
name: "ipConfigurations"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings&text=NicIpConfigurationResourceSettings\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public NetworkInterfaceResourceSettings withIpConfigurations(List<NicIpConfigurationResourceSettings> ipConfigurations)"
|
|
desc: "Set gets or sets the IP configurations of the NIC."
|
|
returns:
|
|
description: "the NetworkInterfaceResourceSettings object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.NetworkInterfaceResourceSettings?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.NetworkInterfaceResourceSettings&text=NetworkInterfaceResourceSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Defines the network interface resource settings."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.resourcemover.v2021_01_01"
|
|
artifact: com.microsoft.azure.resourcemover.v2021_01_01:azure-mgmt-resourcemover:1.0.0
|