Compartilhar via


DevTestLabResource.GetDevTestLabPolicy Método

Definição

Obter política.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/policysets/{policySetName}/policies/{name}
  • IdPolicies_Get de operação
public virtual Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabPolicyResource> GetDevTestLabPolicy (string policySetName, string name, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDevTestLabPolicy : string * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabPolicyResource>
override this.GetDevTestLabPolicy : string * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabPolicyResource>
Public Overridable Function GetDevTestLabPolicy (policySetName As String, name As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DevTestLabPolicyResource)

Parâmetros

policySetName
String

O nome do conjunto de políticas.

name
String

O nome da política.

expand
String

Especifique a consulta $expand. Exemplo: 'properties($select=description)'.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

policySetName ou name é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.

policySetName ou name é nulo.

Aplica-se a