Class ProviderName
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ProviderName>
com.azure.resourcemanager.securityinsights.models.ProviderName
Provider name.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ProviderName
Static value microsoft.aadiam/diagnosticSettings for ProviderName.static final ProviderName
Static value Microsoft.Authorization/policyAssignments for ProviderName.static final ProviderName
Static value Microsoft.OperationalInsights/solutions for ProviderName.static final ProviderName
Static value Microsoft.OperationalInsights/workspaces for ProviderName.static final ProviderName
Static value Microsoft.OperationalInsights/workspaces/datasources for ProviderName.static final ProviderName
Static value Microsoft.OperationalInsights/workspaces/sharedKeys for ProviderName. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ProviderName
fromString
(String name) Creates or finds a ProviderName from its string representation.static Collection<ProviderName>
values()
Gets known ProviderName values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
MICROSOFT_OPERATIONAL_INSIGHTS_SOLUTIONS
Static value Microsoft.OperationalInsights/solutions for ProviderName. -
MICROSOFT_OPERATIONAL_INSIGHTS_WORKSPACES
Static value Microsoft.OperationalInsights/workspaces for ProviderName. -
MICROSOFT_OPERATIONAL_INSIGHTS_WORKSPACES_DATASOURCES
Static value Microsoft.OperationalInsights/workspaces/datasources for ProviderName. -
MICROSOFT_AADIAM_DIAGNOSTIC_SETTINGS
Static value microsoft.aadiam/diagnosticSettings for ProviderName. -
MICROSOFT_OPERATIONAL_INSIGHTS_WORKSPACES_SHARED_KEYS
Static value Microsoft.OperationalInsights/workspaces/sharedKeys for ProviderName. -
MICROSOFT_AUTHORIZATION_POLICY_ASSIGNMENTS
Static value Microsoft.Authorization/policyAssignments for ProviderName.
-
-
Constructor Details
-
ProviderName
public ProviderName()
-
-
Method Details
-
fromString
Creates or finds a ProviderName from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding ProviderName.
-
values
Gets known ProviderName values.- Returns:
- known ProviderName values.
-