ArmApplicationInsightsModelFactory.ApplicationInsightsComponentWebTestLocation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of ApplicationInsightsComponentWebTestLocation.
public static Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentWebTestLocation ApplicationInsightsComponentWebTestLocation (string displayName = default, string tag = default);
static member ApplicationInsightsComponentWebTestLocation : string * string -> Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentWebTestLocation
Public Shared Function ApplicationInsightsComponentWebTestLocation (Optional displayName As String = Nothing, Optional tag As String = Nothing) As ApplicationInsightsComponentWebTestLocation
Parameters
- displayName
- String
The display name of the web test location.
- tag
- String
Internally defined geographic location tag.
Returns
A new ApplicationInsightsComponentWebTestLocation instance for mocking.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET