AnalyticsOutputSettings Class
- java.
lang. Object - com.
azure. resourcemanager. networkcloud. models. AnalyticsOutputSettings
- com.
Implements
public final class AnalyticsOutputSettings
implements JsonSerializable<AnalyticsOutputSettings>
AnalyticsOutputSettings represents the settings for the log analytics workspace used for output of logs from this cluster.
Constructor Summary
| Constructor | Description |
|---|---|
| AnalyticsOutputSettings() |
Creates an instance of Analytics |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
analyticsWorkspaceId()
Get the analytics |
|
Identity |
associatedIdentity()
Get the associated |
|
static
Analytics |
fromJson(JsonReader jsonReader)
Reads an instance of Analytics |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Analytics |
withAnalyticsWorkspaceId(String analyticsWorkspaceId)
Set the analytics |
|
Analytics |
withAssociatedIdentity(IdentitySelector associatedIdentity)
Set the associated |
Methods inherited from java.lang.Object
Constructor Details
AnalyticsOutputSettings
public AnalyticsOutputSettings()
Creates an instance of AnalyticsOutputSettings class.
Method Details
analyticsWorkspaceId
public String analyticsWorkspaceId()
Get the analyticsWorkspaceId property: The resource ID of the analytics workspace that is to be used by the specified identity.
Returns:
associatedIdentity
public IdentitySelector associatedIdentity()
Get the associatedIdentity property: The selection of the managed identity to use with this analytics workspace. The identity type must be either system assigned or user assigned.
Returns:
fromJson
public static AnalyticsOutputSettings fromJson(JsonReader jsonReader)
Reads an instance of AnalyticsOutputSettings from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withAnalyticsWorkspaceId
public AnalyticsOutputSettings withAnalyticsWorkspaceId(String analyticsWorkspaceId)
Set the analyticsWorkspaceId property: The resource ID of the analytics workspace that is to be used by the specified identity.
Parameters:
Returns:
withAssociatedIdentity
public AnalyticsOutputSettings withAssociatedIdentity(IdentitySelector associatedIdentity)
Set the associatedIdentity property: The selection of the managed identity to use with this analytics workspace. The identity type must be either system assigned or user assigned.
Parameters:
Returns: