次の方法で共有


EnvironmentUtils.GetObservabilityClusterCategory Method

Definition

Overloads

Name Description
GetObservabilityClusterCategory()

Returns the cluster category for the observability service based on the current environment.

GetObservabilityClusterCategory(String)

[Deprecated] Returns the cluster category for the observability service based on the cluster category.

GetObservabilityClusterCategory()

Source:
EnvironmentUtils.cs

Returns the cluster category for the observability service based on the current environment.

public static string GetObservabilityClusterCategory();
static member GetObservabilityClusterCategory : unit -> string
Public Shared Function GetObservabilityClusterCategory () As String

Returns

Applies to

GetObservabilityClusterCategory(String)

Source:
EnvironmentUtils.cs

[Deprecated] Returns the cluster category for the observability service based on the cluster category.

public static string GetObservabilityClusterCategory(string clusterCategory = "prod");
static member GetObservabilityClusterCategory : string -> string
Public Shared Function GetObservabilityClusterCategory (Optional clusterCategory As String = "prod") As String

Parameters

clusterCategory
String

Cluster category (deprecated, defaults to production).

Returns

Applies to