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

189 строки
22 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.network.models.NetworkInterfaces"
fullName: "com.azure.resourcemanager.network.models.NetworkInterfaces"
name: "NetworkInterfaces"
nameWithType: "NetworkInterfaces"
summary: "Entry point to network interface management."
syntax: "public interface **NetworkInterfaces**</br> extends <xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating?alt=com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.models.NetworkInterface.DefinitionStages.Blank?alt=com.azure.resourcemanager.network.models.NetworkInterface.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing?alt=com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing&text=SupportsListing\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.models.NetworkInterface?alt=com.azure.resourcemanager.network.models.NetworkInterface&text=NetworkInterface\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsListingByResourceGroup?alt=com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsListingByResourceGroup&text=SupportsListingByResourceGroup\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.models.NetworkInterface?alt=com.azure.resourcemanager.network.models.NetworkInterface&text=NetworkInterface\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup?alt=com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup&text=SupportsGettingByResourceGroup\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.models.NetworkInterface?alt=com.azure.resourcemanager.network.models.NetworkInterface&text=NetworkInterface\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById?alt=com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById&text=SupportsGettingById\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.models.NetworkInterface?alt=com.azure.resourcemanager.network.models.NetworkInterface&text=NetworkInterface\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById?alt=com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById&text=SupportsDeletingById\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup?alt=com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup&text=SupportsDeletingByResourceGroup\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.SupportsBatchCreation?alt=com.azure.resourcemanager.resources.fluentcore.collection.SupportsBatchCreation&text=SupportsBatchCreation\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.models.NetworkInterface?alt=com.azure.resourcemanager.network.models.NetworkInterface&text=NetworkInterface\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsBatchDeletion?alt=com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsBatchDeletion&text=SupportsBatchDeletion\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.NetworkManager?alt=com.azure.resourcemanager.network.NetworkManager&text=NetworkManager\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.azure.resourcemanager.network.models.NetworkInterfaces.beginDeleteById(java.lang.String)"
fullName: "com.azure.resourcemanager.network.models.NetworkInterfaces.beginDeleteById(String id)"
name: "beginDeleteById(String id)"
nameWithType: "NetworkInterfaces.beginDeleteById(String id)"
summary: "Begins deleting a virtual machine from Azure, identifying it by its resource ID."
modifiers:
- "abstract"
parameters:
- description: "the resource ID of the virtual machine to delete"
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Accepted<Void> beginDeleteById(String id)"
desc: "Begins deleting a virtual machine from Azure, identifying it by its resource ID."
returns:
description: "the accepted deleting operation"
type: "<xref href=\"com.azure.resourcemanager.resources.fluentcore.model.Accepted?alt=com.azure.resourcemanager.resources.fluentcore.model.Accepted&text=Accepted\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.network.models.NetworkInterfaces.beginDeleteByResourceGroup(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.models.NetworkInterfaces.beginDeleteByResourceGroup(String resourceGroupName, String name)"
name: "beginDeleteByResourceGroup(String resourceGroupName, String name)"
nameWithType: "NetworkInterfaces.beginDeleteByResourceGroup(String resourceGroupName, String name)"
summary: "Begins deleting a virtual machine from Azure, identifying it by its name and its resource group."
modifiers:
- "abstract"
parameters:
- description: "the resource group the resource is part of"
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "the virtual machine name"
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Accepted<Void> beginDeleteByResourceGroup(String resourceGroupName, String name)"
desc: "Begins deleting a virtual machine from Azure, identifying it by its name and its resource group."
returns:
description: "the accepted deleting operation"
type: "<xref href=\"com.azure.resourcemanager.resources.fluentcore.model.Accepted?alt=com.azure.resourcemanager.resources.fluentcore.model.Accepted&text=Accepted\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.network.models.NetworkInterfaces.getByVirtualMachineScaleSetInstanceId(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.models.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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "scale set name"
name: "scaleSetName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "the virtual machine scale set vm instance id"
name: "instanceId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "the network interface name"
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
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.azure.resourcemanager.network.models.VirtualMachineScaleSetNetworkInterface?alt=com.azure.resourcemanager.network.models.VirtualMachineScaleSetNetworkInterface&text=VirtualMachineScaleSetNetworkInterface\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.NetworkInterfaces.getByVirtualMachineScaleSetInstanceIdAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.models.NetworkInterfaces.getByVirtualMachineScaleSetInstanceIdAsync(String resourceGroupName, String scaleSetName, String instanceId, String name)"
name: "getByVirtualMachineScaleSetInstanceIdAsync(String resourceGroupName, String scaleSetName, String instanceId, String name)"
nameWithType: "NetworkInterfaces.getByVirtualMachineScaleSetInstanceIdAsync(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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "scale set name"
name: "scaleSetName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "the virtual machine scale set vm instance id"
name: "instanceId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "the network interface name"
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<VirtualMachineScaleSetNetworkInterface> getByVirtualMachineScaleSetInstanceIdAsync(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: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.network.models.VirtualMachineScaleSetNetworkInterface?alt=com.azure.resourcemanager.network.models.VirtualMachineScaleSetNetworkInterface&text=VirtualMachineScaleSetNetworkInterface\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.models.NetworkInterfaces.listByVirtualMachineScaleSet(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.models.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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "scale set name"
name: "scaleSetName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<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.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.models.VirtualMachineScaleSetNetworkInterface?alt=com.azure.resourcemanager.network.models.VirtualMachineScaleSetNetworkInterface&text=VirtualMachineScaleSetNetworkInterface\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.models.NetworkInterfaces.listByVirtualMachineScaleSetId(java.lang.String)"
fullName: "com.azure.resourcemanager.network.models.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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<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.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.models.VirtualMachineScaleSetNetworkInterface?alt=com.azure.resourcemanager.network.models.VirtualMachineScaleSetNetworkInterface&text=VirtualMachineScaleSetNetworkInterface\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.models.NetworkInterfaces.listByVirtualMachineScaleSetInstanceId(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.models.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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "scale set name"
name: "scaleSetName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "the virtual machine scale set vm instance id"
name: "instanceId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<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.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.models.VirtualMachineScaleSetNetworkInterface?alt=com.azure.resourcemanager.network.models.VirtualMachineScaleSetNetworkInterface&text=VirtualMachineScaleSetNetworkInterface\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.models.NetworkInterfaces.listByVirtualMachineScaleSetInstanceIdAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.models.NetworkInterfaces.listByVirtualMachineScaleSetInstanceIdAsync(String resourceGroupName, String scaleSetName, String instanceId)"
name: "listByVirtualMachineScaleSetInstanceIdAsync(String resourceGroupName, String scaleSetName, String instanceId)"
nameWithType: "NetworkInterfaces.listByVirtualMachineScaleSetInstanceIdAsync(String resourceGroupName, String scaleSetName, String instanceId)"
summary: "List the network interfaces associated with a specific virtual machine instance in a scale set asynchronously."
modifiers:
- "abstract"
parameters:
- description: "virtual machine scale set resource group name"
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "scale set name"
name: "scaleSetName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "the virtual machine scale set vm instance id"
name: "instanceId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedFlux<VirtualMachineScaleSetNetworkInterface> listByVirtualMachineScaleSetInstanceIdAsync(String resourceGroupName, String scaleSetName, String instanceId)"
desc: "List the network interfaces associated with a specific virtual machine instance in a scale set asynchronously."
returns:
description: "list of network interfaces"
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.models.VirtualMachineScaleSetNetworkInterface?alt=com.azure.resourcemanager.network.models.VirtualMachineScaleSetNetworkInterface&text=VirtualMachineScaleSetNetworkInterface\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Entry point to network interface management."
implements:
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsBatchDeletion?alt=com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsBatchDeletion&text=SupportsBatchDeletion\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup?alt=com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup&text=SupportsDeletingByResourceGroup\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById?alt=com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById&text=SupportsGettingById\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.models.NetworkInterface?alt=com.azure.resourcemanager.network.models.NetworkInterface&text=NetworkInterface\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup?alt=com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup&text=SupportsGettingByResourceGroup\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.models.NetworkInterface?alt=com.azure.resourcemanager.network.models.NetworkInterface&text=NetworkInterface\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsListingByResourceGroup?alt=com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsListingByResourceGroup&text=SupportsListingByResourceGroup\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.models.NetworkInterface?alt=com.azure.resourcemanager.network.models.NetworkInterface&text=NetworkInterface\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.NetworkManager?alt=com.azure.resourcemanager.network.NetworkManager&text=NetworkManager\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.SupportsBatchCreation?alt=com.azure.resourcemanager.resources.fluentcore.collection.SupportsBatchCreation&text=SupportsBatchCreation\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.models.NetworkInterface?alt=com.azure.resourcemanager.network.models.NetworkInterface&text=NetworkInterface\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating?alt=com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.models.NetworkInterface.DefinitionStages.Blank?alt=com.azure.resourcemanager.network.models.NetworkInterface.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById?alt=com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById&text=SupportsDeletingById\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing?alt=com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing&text=SupportsListing\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.models.NetworkInterface?alt=com.azure.resourcemanager.network.models.NetworkInterface&text=NetworkInterface\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.network.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.44.0