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

108 строки
16 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.NetworkInterfaces"
fullName: "com.microsoft.azure.management.network.NetworkInterfaces"
name: "NetworkInterfaces"
nameWithType: "NetworkInterfaces"
summary: "Entry point to network interface management."
syntax: "public interface **NetworkInterfaces**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.NetworkInterface.DefinitionStages.Blank?alt=com.microsoft.azure.management.network.NetworkInterface.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing&text=SupportsListing\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.NetworkInterface?alt=com.microsoft.azure.management.network.NetworkInterface&text=NetworkInterface\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup&text=SupportsListingByResourceGroup\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.NetworkInterface?alt=com.microsoft.azure.management.network.NetworkInterface&text=NetworkInterface\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup&text=SupportsGettingByResourceGroup\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.NetworkInterface?alt=com.microsoft.azure.management.network.NetworkInterface&text=NetworkInterface\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById&text=SupportsGettingById\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.NetworkInterface?alt=com.microsoft.azure.management.network.NetworkInterface&text=NetworkInterface\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById&text=SupportsDeletingById\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup&text=SupportsDeletingByResourceGroup\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation&text=SupportsBatchCreation\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.NetworkInterface?alt=com.microsoft.azure.management.network.NetworkInterface&text=NetworkInterface\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsBatchDeletion?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsBatchDeletion&text=SupportsBatchDeletion\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.implementation.NetworkManager?alt=com.microsoft.azure.management.network.implementation.NetworkManager&text=NetworkManager\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.implementation.NetworkInterfacesInner?alt=com.microsoft.azure.management.network.implementation.NetworkInterfacesInner&text=NetworkInterfacesInner\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.network.NetworkInterfaces.getByVirtualMachineScaleSetInstanceId(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.network.NetworkInterfaces.getByVirtualMachineScaleSetInstanceId(String resourceGroupName, String scaleSetName, String instanceId, String name)"
name: "getByVirtualMachineScaleSetInstanceId(String resourceGroupName, String scaleSetName, String instanceId, String name)"
nameWithType: "NetworkInterfaces.getByVirtualMachineScaleSetInstanceId(String resourceGroupName, String scaleSetName, String instanceId, String name)"
summary: "Gets a network interface associated with a virtual machine scale set instance."
modifiers:
- "abstract"
parameters:
- description: "virtual machine scale set resource group name"
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "scale set name"
name: "scaleSetName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the virtual machine scale set vm instance id"
name: "instanceId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the network interface name"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract VirtualMachineScaleSetNetworkInterface getByVirtualMachineScaleSetInstanceId(String resourceGroupName, String scaleSetName, String instanceId, String name)"
desc: "Gets a network interface associated with a virtual machine scale set instance."
returns:
description: "network interface"
type: "<xref href=\"com.microsoft.azure.management.network.VirtualMachineScaleSetNetworkInterface?alt=com.microsoft.azure.management.network.VirtualMachineScaleSetNetworkInterface&text=VirtualMachineScaleSetNetworkInterface\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.NetworkInterfaces.listByVirtualMachineScaleSet(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.network.NetworkInterfaces.listByVirtualMachineScaleSet(String resourceGroupName, String scaleSetName)"
name: "listByVirtualMachineScaleSet(String resourceGroupName, String scaleSetName)"
nameWithType: "NetworkInterfaces.listByVirtualMachineScaleSet(String resourceGroupName, String scaleSetName)"
summary: "List the network interfaces associated with a virtual machine scale set."
modifiers:
- "abstract"
parameters:
- description: "virtual machine scale set resource group name"
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "scale set name"
name: "scaleSetName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedList<VirtualMachineScaleSetNetworkInterface> listByVirtualMachineScaleSet(String resourceGroupName, String scaleSetName)"
desc: "List the network interfaces associated with a virtual machine scale set."
returns:
description: "list of network interfaces"
type: "<xref href=\"com.microsoft.azure.PagedList?alt=com.microsoft.azure.PagedList&text=PagedList\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.VirtualMachineScaleSetNetworkInterface?alt=com.microsoft.azure.management.network.VirtualMachineScaleSetNetworkInterface&text=VirtualMachineScaleSetNetworkInterface\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.NetworkInterfaces.listByVirtualMachineScaleSetId(java.lang.String)"
fullName: "com.microsoft.azure.management.network.NetworkInterfaces.listByVirtualMachineScaleSetId(String id)"
name: "listByVirtualMachineScaleSetId(String id)"
nameWithType: "NetworkInterfaces.listByVirtualMachineScaleSetId(String id)"
summary: "List the network interfaces associated with a virtual machine scale set."
modifiers:
- "abstract"
parameters:
- description: "virtual machine scale set resource id"
name: "id"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedList<VirtualMachineScaleSetNetworkInterface> listByVirtualMachineScaleSetId(String id)"
desc: "List the network interfaces associated with a virtual machine scale set."
returns:
description: "list of network interfaces"
type: "<xref href=\"com.microsoft.azure.PagedList?alt=com.microsoft.azure.PagedList&text=PagedList\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.VirtualMachineScaleSetNetworkInterface?alt=com.microsoft.azure.management.network.VirtualMachineScaleSetNetworkInterface&text=VirtualMachineScaleSetNetworkInterface\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.NetworkInterfaces.listByVirtualMachineScaleSetInstanceId(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.network.NetworkInterfaces.listByVirtualMachineScaleSetInstanceId(String resourceGroupName, String scaleSetName, String instanceId)"
name: "listByVirtualMachineScaleSetInstanceId(String resourceGroupName, String scaleSetName, String instanceId)"
nameWithType: "NetworkInterfaces.listByVirtualMachineScaleSetInstanceId(String resourceGroupName, String scaleSetName, String instanceId)"
summary: "List the network interfaces associated with a specific virtual machine instance in a scale set."
modifiers:
- "abstract"
parameters:
- description: "virtual machine scale set resource group name"
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "scale set name"
name: "scaleSetName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the virtual machine scale set vm instance id"
name: "instanceId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedList<VirtualMachineScaleSetNetworkInterface> listByVirtualMachineScaleSetInstanceId(String resourceGroupName, String scaleSetName, String instanceId)"
desc: "List the network interfaces associated with a specific virtual machine instance in a scale set."
returns:
description: "list of network interfaces"
type: "<xref href=\"com.microsoft.azure.PagedList?alt=com.microsoft.azure.PagedList&text=PagedList\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.VirtualMachineScaleSetNetworkInterface?alt=com.microsoft.azure.management.network.VirtualMachineScaleSetNetworkInterface&text=VirtualMachineScaleSetNetworkInterface\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Entry point to network interface management."
implements:
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsBatchDeletion?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsBatchDeletion&text=SupportsBatchDeletion\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup&text=SupportsDeletingByResourceGroup\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById&text=SupportsGettingById\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.NetworkInterface?alt=com.microsoft.azure.management.network.NetworkInterface&text=NetworkInterface\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup&text=SupportsGettingByResourceGroup\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.NetworkInterface?alt=com.microsoft.azure.management.network.NetworkInterface&text=NetworkInterface\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup&text=SupportsListingByResourceGroup\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.NetworkInterface?alt=com.microsoft.azure.management.network.NetworkInterface&text=NetworkInterface\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.implementation.NetworkManager?alt=com.microsoft.azure.management.network.implementation.NetworkManager&text=NetworkManager\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation&text=SupportsBatchCreation\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.NetworkInterface?alt=com.microsoft.azure.management.network.NetworkInterface&text=NetworkInterface\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.NetworkInterface.DefinitionStages.Blank?alt=com.microsoft.azure.management.network.NetworkInterface.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById&text=SupportsDeletingById\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing&text=SupportsListing\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.NetworkInterface?alt=com.microsoft.azure.management.network.NetworkInterface&text=NetworkInterface\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.implementation.NetworkInterfacesInner?alt=com.microsoft.azure.management.network.implementation.NetworkInterfacesInner&text=NetworkInterfacesInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4