Compartir a través de


AttachedDataNetworks interface

Interfaz que representa un attachedDataNetworks.

Métodos

beginCreateOrUpdate(string, string, string, string, AttachedDataNetwork, AttachedDataNetworksCreateOrUpdateOptionalParams)

Crea o actualiza una red de datos conectada. Debe crearse en la misma ubicación que el plano de datos principal del núcleo de paquetes.

beginCreateOrUpdateAndWait(string, string, string, string, AttachedDataNetwork, AttachedDataNetworksCreateOrUpdateOptionalParams)

Crea o actualiza una red de datos conectada. Debe crearse en la misma ubicación que el plano de datos principal del núcleo de paquetes.

beginDelete(string, string, string, string, AttachedDataNetworksDeleteOptionalParams)

Elimina la red de datos adjunta especificada.

beginDeleteAndWait(string, string, string, string, AttachedDataNetworksDeleteOptionalParams)

Elimina la red de datos adjunta especificada.

get(string, string, string, string, AttachedDataNetworksGetOptionalParams)

Obtiene información sobre la red de datos adjunta especificada.

listByPacketCoreDataPlane(string, string, string, AttachedDataNetworksListByPacketCoreDataPlaneOptionalParams)

Obtiene todas las redes de datos asociadas asociadas a un plano de datos de núcleo de paquetes.

updateTags(string, string, string, string, TagsObject, AttachedDataNetworksUpdateTagsOptionalParams)

Actualiza las etiquetas de red de datos adjuntas.

Detalles del método

beginCreateOrUpdate(string, string, string, string, AttachedDataNetwork, AttachedDataNetworksCreateOrUpdateOptionalParams)

Crea o actualiza una red de datos conectada. Debe crearse en la misma ubicación que el plano de datos principal del núcleo de paquetes.

function beginCreateOrUpdate(resourceGroupName: string, packetCoreControlPlaneName: string, packetCoreDataPlaneName: string, attachedDataNetworkName: string, parameters: AttachedDataNetwork, options?: AttachedDataNetworksCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AttachedDataNetwork>, AttachedDataNetwork>>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

packetCoreControlPlaneName

string

Nombre del plano de control del núcleo del paquete.

packetCoreDataPlaneName

string

Nombre del plano de datos principal del paquete.

attachedDataNetworkName

string

Nombre de la red de datos adjunta.

parameters
AttachedDataNetwork

Parámetros proporcionados a la operación de red de datos adjunta de creación o actualización.

options
AttachedDataNetworksCreateOrUpdateOptionalParams

Parámetros de opciones.

Devoluciones

Promise<@azure/core-lro.SimplePollerLike<OperationState<AttachedDataNetwork>, AttachedDataNetwork>>

beginCreateOrUpdateAndWait(string, string, string, string, AttachedDataNetwork, AttachedDataNetworksCreateOrUpdateOptionalParams)

Crea o actualiza una red de datos conectada. Debe crearse en la misma ubicación que el plano de datos principal del núcleo de paquetes.

function beginCreateOrUpdateAndWait(resourceGroupName: string, packetCoreControlPlaneName: string, packetCoreDataPlaneName: string, attachedDataNetworkName: string, parameters: AttachedDataNetwork, options?: AttachedDataNetworksCreateOrUpdateOptionalParams): Promise<AttachedDataNetwork>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

packetCoreControlPlaneName

string

Nombre del plano de control del núcleo del paquete.

packetCoreDataPlaneName

string

Nombre del plano de datos principal del paquete.

attachedDataNetworkName

string

Nombre de la red de datos adjunta.

parameters
AttachedDataNetwork

Parámetros proporcionados a la operación de red de datos adjunta de creación o actualización.

options
AttachedDataNetworksCreateOrUpdateOptionalParams

Parámetros de opciones.

Devoluciones

beginDelete(string, string, string, string, AttachedDataNetworksDeleteOptionalParams)

Elimina la red de datos adjunta especificada.

function beginDelete(resourceGroupName: string, packetCoreControlPlaneName: string, packetCoreDataPlaneName: string, attachedDataNetworkName: string, options?: AttachedDataNetworksDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

packetCoreControlPlaneName

string

Nombre del plano de control del núcleo del paquete.

packetCoreDataPlaneName

string

Nombre del plano de datos principal del paquete.

attachedDataNetworkName

string

Nombre de la red de datos adjunta.

options
AttachedDataNetworksDeleteOptionalParams

Parámetros de opciones.

Devoluciones

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, string, AttachedDataNetworksDeleteOptionalParams)

Elimina la red de datos adjunta especificada.

function beginDeleteAndWait(resourceGroupName: string, packetCoreControlPlaneName: string, packetCoreDataPlaneName: string, attachedDataNetworkName: string, options?: AttachedDataNetworksDeleteOptionalParams): Promise<void>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

packetCoreControlPlaneName

string

Nombre del plano de control del núcleo del paquete.

packetCoreDataPlaneName

string

Nombre del plano de datos principal del paquete.

attachedDataNetworkName

string

Nombre de la red de datos adjunta.

options
AttachedDataNetworksDeleteOptionalParams

Parámetros de opciones.

Devoluciones

Promise<void>

get(string, string, string, string, AttachedDataNetworksGetOptionalParams)

Obtiene información sobre la red de datos adjunta especificada.

function get(resourceGroupName: string, packetCoreControlPlaneName: string, packetCoreDataPlaneName: string, attachedDataNetworkName: string, options?: AttachedDataNetworksGetOptionalParams): Promise<AttachedDataNetwork>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

packetCoreControlPlaneName

string

Nombre del plano de control del núcleo del paquete.

packetCoreDataPlaneName

string

Nombre del plano de datos principal del paquete.

attachedDataNetworkName

string

Nombre de la red de datos adjunta.

options
AttachedDataNetworksGetOptionalParams

Parámetros de opciones.

Devoluciones

listByPacketCoreDataPlane(string, string, string, AttachedDataNetworksListByPacketCoreDataPlaneOptionalParams)

Obtiene todas las redes de datos asociadas asociadas a un plano de datos de núcleo de paquetes.

function listByPacketCoreDataPlane(resourceGroupName: string, packetCoreControlPlaneName: string, packetCoreDataPlaneName: string, options?: AttachedDataNetworksListByPacketCoreDataPlaneOptionalParams): PagedAsyncIterableIterator<AttachedDataNetwork, AttachedDataNetwork[], PageSettings>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

packetCoreControlPlaneName

string

Nombre del plano de control del núcleo del paquete.

packetCoreDataPlaneName

string

Nombre del plano de datos principal del paquete.

Devoluciones

updateTags(string, string, string, string, TagsObject, AttachedDataNetworksUpdateTagsOptionalParams)

Actualiza las etiquetas de red de datos adjuntas.

function updateTags(resourceGroupName: string, packetCoreControlPlaneName: string, packetCoreDataPlaneName: string, attachedDataNetworkName: string, parameters: TagsObject, options?: AttachedDataNetworksUpdateTagsOptionalParams): Promise<AttachedDataNetwork>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

packetCoreControlPlaneName

string

Nombre del plano de control del núcleo del paquete.

packetCoreDataPlaneName

string

Nombre del plano de datos principal del paquete.

attachedDataNetworkName

string

Nombre de la red de datos adjunta.

parameters
TagsObject

Parámetros proporcionados para actualizar las etiquetas de red de datos asociadas.

options
AttachedDataNetworksUpdateTagsOptionalParams

Parámetros de opciones.

Devoluciones