DeploymentManagerExtensions.GetServiceResource 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 um objeto que representa um ServiceResource junto com as operações de instância que podem ser executadas nele, mas sem dados. Você pode usar CreateResourceIdentifier(String, String, String, String) para criar um ServiceResourceResourceIdentifier de seus componentes.
public static Azure.ResourceManager.DeploymentManager.ServiceResource GetServiceResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);
static member GetServiceResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.DeploymentManager.ServiceResource
<Extension()>
Public Function GetServiceResource (client As ArmClient, id As ResourceIdentifier) As ServiceResource
Parâmetros
A ID do recurso a ser obtido.
Retornos
Retorna um objeto ServiceResource.
Aplica-se a
Azure SDK for .NET