DevCenterProjectResource.GetProjectAttachedNetworkConnection Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém uma NetworkConnection anexada.
- Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}/attachednetworks/{attachedNetworkConnectionName}
- Operação IdAttachedNetworks_GetByProject
public virtual Azure.Response<Azure.ResourceManager.DevCenter.ProjectAttachedNetworkConnectionResource> GetProjectAttachedNetworkConnection (string attachedNetworkConnectionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetProjectAttachedNetworkConnection : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevCenter.ProjectAttachedNetworkConnectionResource>
override this.GetProjectAttachedNetworkConnection : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevCenter.ProjectAttachedNetworkConnectionResource>
Public Overridable Function GetProjectAttachedNetworkConnection (attachedNetworkConnectionName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ProjectAttachedNetworkConnectionResource)
Parâmetros
- attachedNetworkConnectionName
- String
O nome da NetworkConnection anexada.
- cancellationToken
- CancellationToken
O token de cancelamento a ser usado.
Retornos
Exceções
attachedNetworkConnectionName
é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.
attachedNetworkConnectionName
é nulo.