ArmNetworkCloudModelFactory.AnalyticsOutputSettings 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.
public static Azure.ResourceManager.NetworkCloud.Models.AnalyticsOutputSettings AnalyticsOutputSettings(Azure.Core.ResourceIdentifier analyticsWorkspaceId = default, Azure.ResourceManager.NetworkCloud.Models.ManagedServiceIdentitySelector associatedIdentity = default);
static member AnalyticsOutputSettings : Azure.Core.ResourceIdentifier * Azure.ResourceManager.NetworkCloud.Models.ManagedServiceIdentitySelector -> Azure.ResourceManager.NetworkCloud.Models.AnalyticsOutputSettings
Public Shared Function AnalyticsOutputSettings (Optional analyticsWorkspaceId As ResourceIdentifier = Nothing, Optional associatedIdentity As ManagedServiceIdentitySelector = Nothing) As AnalyticsOutputSettings
Parameters
- analyticsWorkspaceId
- ResourceIdentifier
The resource ID of the analytics workspace that is to be used by the specified identity.
- associatedIdentity
- ManagedServiceIdentitySelector
The selection of the managed identity to use with this analytics workspace. The identity type must be either system assigned or user assigned.
Returns
A new AnalyticsOutputSettings instance for mocking.