38 строки
4.2 KiB
YAML
38 строки
4.2 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.network.VirtualMachineScaleSetNetworkInterface"
|
|
fullName: "com.microsoft.azure.management.network.VirtualMachineScaleSetNetworkInterface"
|
|
name: "VirtualMachineScaleSetNetworkInterface"
|
|
nameWithType: "VirtualMachineScaleSetNetworkInterface"
|
|
summary: "Virtual machine scale set network interface."
|
|
syntax: "public interface **VirtualMachineScaleSetNetworkInterface**</br> extends <xref href=\"com.microsoft.azure.management.network.NetworkInterfaceBase?alt=com.microsoft.azure.management.network.NetworkInterfaceBase&text=NetworkInterfaceBase\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.Resource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.VirtualMachineScaleSetNetworkInterface?alt=com.microsoft.azure.management.network.VirtualMachineScaleSetNetworkInterface&text=VirtualMachineScaleSetNetworkInterface\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.network.VirtualMachineScaleSetNetworkInterface.ipConfigurations()"
|
|
fullName: "com.microsoft.azure.management.network.VirtualMachineScaleSetNetworkInterface.ipConfigurations()"
|
|
name: "ipConfigurations()"
|
|
nameWithType: "VirtualMachineScaleSetNetworkInterface.ipConfigurations()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Map<String,VirtualMachineScaleSetNicIPConfiguration> ipConfigurations()"
|
|
returns:
|
|
description: "the IP configurations of this network interface, indexed by their names"
|
|
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.network.VirtualMachineScaleSetNicIPConfiguration?alt=com.microsoft.azure.management.network.VirtualMachineScaleSetNicIPConfiguration&text=VirtualMachineScaleSetNicIPConfiguration\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.network.VirtualMachineScaleSetNetworkInterface.primaryIPConfiguration()"
|
|
fullName: "com.microsoft.azure.management.network.VirtualMachineScaleSetNetworkInterface.primaryIPConfiguration()"
|
|
name: "primaryIPConfiguration()"
|
|
nameWithType: "VirtualMachineScaleSetNetworkInterface.primaryIPConfiguration()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract VirtualMachineScaleSetNicIPConfiguration primaryIPConfiguration()"
|
|
returns:
|
|
description: "the primary IP configuration of this network interface"
|
|
type: "<xref href=\"com.microsoft.azure.management.network.VirtualMachineScaleSetNicIPConfiguration?alt=com.microsoft.azure.management.network.VirtualMachineScaleSetNicIPConfiguration&text=VirtualMachineScaleSetNicIPConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "Virtual machine scale set network interface."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.management.network.NetworkInterfaceBase?alt=com.microsoft.azure.management.network.NetworkInterfaceBase&text=NetworkInterfaceBase\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.Resource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.VirtualMachineScaleSetNetworkInterface?alt=com.microsoft.azure.management.network.VirtualMachineScaleSetNetworkInterface&text=VirtualMachineScaleSetNetworkInterface\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.network"
|
|
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4
|