FabricClient.QueryClient.GetDeployedServicePackageListAsync Método

Definição

Sobrecargas

GetDeployedServicePackageListAsync(String, Uri)

Obtém os pacotes de serviço implantados para o nó e o aplicativo especificados. Para obter mais funcionalidades, use GetDeployedServicePackagePagedListAsync(PagedDeployedServicePackageQueryDescription). Esse método será preterido no futuro.

GetDeployedServicePackageListAsync(String, Uri, String)

Obtém os pacotes de serviço implantados para o nó e o aplicativo especificados. Para obter mais funcionalidades, use GetDeployedServicePackagePagedListAsync(PagedDeployedServicePackageQueryDescription). Esse método será preterido no futuro.

GetDeployedServicePackageListAsync(String, Uri, String, TimeSpan, CancellationToken)

Obtém os pacotes de serviço implantados para o nó e o aplicativo especificados. Para obter mais funcionalidades, use GetDeployedServicePackagePagedListAsync(PagedDeployedServicePackageQueryDescription, TimeSpan, CancellationToken). Esse método será preterido no futuro.

GetDeployedServicePackageListAsync(String, Uri)

Obtém os pacotes de serviço implantados para o nó e o aplicativo especificados. Para obter mais funcionalidades, use GetDeployedServicePackagePagedListAsync(PagedDeployedServicePackageQueryDescription). Esse método será preterido no futuro.

public System.Threading.Tasks.Task<System.Fabric.Query.DeployedServicePackageList> GetDeployedServicePackageListAsync (string nodeName, Uri applicationName);
member this.GetDeployedServicePackageListAsync : string * Uri -> System.Threading.Tasks.Task<System.Fabric.Query.DeployedServicePackageList>
Public Function GetDeployedServicePackageListAsync (nodeName As String, applicationName As Uri) As Task(Of DeployedServicePackageList)

Parâmetros

nodeName
String

O nome do nó. Essa é uma correspondência exata que diferencia maiúsculas de minúsculas. Esse valor não deve ser nulo ou vazio e, se o nome do nó não corresponder a nenhum nó no cluster, uma exceção será gerada.

applicationName
Uri

O nome do aplicativo.

Retornos

Uma tarefa que representa a operação de consulta assíncrona.

A tarefa retornada contém a lista de pacotes de serviço implantados como DeployedServicePackageList.

Exceções

Essa operação tem um tempo limite de 60 segundos.

Consulte https://docs.microsoft.com/azure/service-fabric/service-fabric-errors-and-exceptions para lidar com falhas comuns do FabricClient.

Consulte também https://docs.microsoft.com/azure/service-fabric/service-fabric-errors-and-exceptions para lidar com falhas comuns do FabricClient.

Para essa consulta, essa exceção geralmente significa que o nome do nó fornecido não corresponde a nenhum nó no cluster.

Aplica-se a

GetDeployedServicePackageListAsync(String, Uri, String)

Obtém os pacotes de serviço implantados para o nó e o aplicativo especificados. Para obter mais funcionalidades, use GetDeployedServicePackagePagedListAsync(PagedDeployedServicePackageQueryDescription). Esse método será preterido no futuro.

public System.Threading.Tasks.Task<System.Fabric.Query.DeployedServicePackageList> GetDeployedServicePackageListAsync (string nodeName, Uri applicationName, string serviceManifestNameFilter);
member this.GetDeployedServicePackageListAsync : string * Uri * string -> System.Threading.Tasks.Task<System.Fabric.Query.DeployedServicePackageList>
Public Function GetDeployedServicePackageListAsync (nodeName As String, applicationName As Uri, serviceManifestNameFilter As String) As Task(Of DeployedServicePackageList)

Parâmetros

nodeName
String

O nome do nó. Essa é uma correspondência exata que diferencia maiúsculas de minúsculas. Esse valor não deve ser nulo ou vazio e, se o nome do nó não corresponder a nenhum nó no cluster, uma exceção será gerada.

applicationName
Uri

O nome do aplicativo.

serviceManifestNameFilter
String

Filtre os resultados para incluir apenas aqueles que correspondem a esse nome de manifesto de serviço.

Retornos

Uma tarefa que representa a operação de consulta assíncrona.

A tarefa retornada contém a lista de pacotes de serviço implantados como DeployedServicePackageList.

Exceções

Essa operação tem um tempo limite de 60 segundos.

Consulte https://docs.microsoft.com/azure/service-fabric/service-fabric-errors-and-exceptions para lidar com falhas comuns do FabricClient.

Consulte também https://docs.microsoft.com/azure/service-fabric/service-fabric-errors-and-exceptions para lidar com falhas comuns do FabricClient.

Para essa consulta, essa exceção geralmente significa que o nome do nó fornecido não corresponde a nenhum nó no cluster.

Aplica-se a

GetDeployedServicePackageListAsync(String, Uri, String, TimeSpan, CancellationToken)

Obtém os pacotes de serviço implantados para o nó e o aplicativo especificados. Para obter mais funcionalidades, use GetDeployedServicePackagePagedListAsync(PagedDeployedServicePackageQueryDescription, TimeSpan, CancellationToken). Esse método será preterido no futuro.

public System.Threading.Tasks.Task<System.Fabric.Query.DeployedServicePackageList> GetDeployedServicePackageListAsync (string nodeName, Uri applicationName, string serviceManifestNameFilter, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.GetDeployedServicePackageListAsync : string * Uri * string * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Query.DeployedServicePackageList>
Public Function GetDeployedServicePackageListAsync (nodeName As String, applicationName As Uri, serviceManifestNameFilter As String, timeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of DeployedServicePackageList)

Parâmetros

nodeName
String

O nome do nó. Essa é uma correspondência exata que diferencia maiúsculas de minúsculas. Esse valor não deve ser nulo ou vazio e, se o nome do nó não corresponder a nenhum nó no cluster, uma exceção será gerada.

applicationName
Uri

O nome do aplicativo.

serviceManifestNameFilter
String

Filtre os resultados para incluir apenas aqueles que correspondem a esse nome de manifesto de serviço.

timeout
TimeSpan

Especifica a duração que essa operação deve ser concluída antes de atingir o tempo limite.

cancellationToken
CancellationToken

Propaga a notificação de que as operações devem ser canceladas.

Retornos

Uma tarefa que representa a operação de consulta assíncrona.

A tarefa retornada contém a lista de pacotes de serviço implantados como DeployedServicePackageList.

Exceções

Consulte também https://docs.microsoft.com/azure/service-fabric/service-fabric-errors-and-exceptions para lidar com falhas comuns do FabricClient.

Para essa consulta, essa exceção geralmente significa que o nome do nó fornecido não corresponde a nenhum nó no cluster.

Aplica-se a