Ejemplo n.º 1
0
 private void CaptureIntegrationRuntimes_ListAuthKeys()
 {
     interceptor.CurrentExampleName = "IntegrationRuntimes_ListAuthKeys";
     IntegrationRuntimeAuthKeys key = client.IntegrationRuntimes.ListAuthKeys(secrets.ResourceGroupName, secrets.FactoryName, integrationRuntimeName);
 }