メトリックスエクスプローラー
項目 | 説明 | アラートルールに含められるか |
---|---|---|
Availability | ○ | |
Test duration | ○ |
using System; | |
using System.Net; | |
using System.Net.Http; | |
using System.Threading.Tasks; | |
using System.Xml; | |
using System.Xml.Serialization; | |
using System.Collections.Generic; | |
namespace MyApp | |
{ |
#define HowToExample | |
using System; | |
using System.Configuration; | |
using System.Linq; | |
using System.Threading; | |
using Microsoft.Azure.Search; | |
using Microsoft.Azure.Search.Models; | |
using Microsoft.Spatial; |
body { | |
padding-top: 50px; | |
padding-bottom: 223px; | |
background-image: url(/content/images/abc.png); background-image: url(/content/images/abc.png); | |
} | |
.div1 { | |
background-image: url(/content/images/abc.png); | |
} |
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using System.Threading.Tasks; | |
using System.Windows.Input; | |
using Xamarin.Forms; | |
namespace App.Controls | |
{ |
using System; | |
using System.Collections; | |
using System.Collections.Specialized; | |
using Xamarin.Forms; | |
namespace Miso.SearchForms.Controls | |
{ | |
/// <summary> | |
/// Bindable Custom Picker | |
/// |
using Microsoft.Azure.Search; | |
using System.Configuration; | |
namespace Miso.AzureSearchSample.Models | |
{ | |
public class AzureSearchHelper | |
{ | |
public static SearchServiceClient CreateSearchServiceClient() | |
{ |
using System; | |
using Markdig; | |
namespace ConsoleApplication2 | |
{ | |
class Program | |
{ | |
static void Main(string[] args) | |
{ | |
string input = @" |
<?xml version="1.0" encoding="utf-8"?> | |
<packages> | |
<package id="Microsoft.AspNet.WebApi.Client" version="5.2.3" targetFramework="net46" /> | |
<package id="Newtonsoft.Json" version="6.0.4" targetFramework="net46" /> | |
</packages> |
/* | |
* Licensed to the Apache Software Foundation (ASF) under one | |
* or more contributor license agreements. See the NOTICE file | |
* distributed with this work for additional information | |
* regarding copyright ownership. The ASF licenses this file | |
* to you under the Apache License, Version 2.0 (the | |
* "License"); you may not use this file except in compliance | |
* with the License. You may obtain a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 |