ArmMonitorPipelineGroupsModelFactory.PipelineGroupPrivateKeySource Method

Definition

public static Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupPrivateKeySource PipelineGroupPrivateKeySource(Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupPrivateKeySourceType type = default, string location = default, string subLocation = default);
static member PipelineGroupPrivateKeySource : Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupPrivateKeySourceType * string * string -> Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupPrivateKeySource
Public Shared Function PipelineGroupPrivateKeySource (Optional type As PipelineGroupPrivateKeySourceType = Nothing, Optional location As String = Nothing, Optional subLocation As String = Nothing) As PipelineGroupPrivateKeySource

Parameters

type
PipelineGroupPrivateKeySourceType

The type of private key source. Only kubernetesSecret is supported for security reasons.

location
String

Location of the private key source.

subLocation
String

Sub-location within the private key source.

Returns

A new PipelineGroupPrivateKeySource instance for mocking.

Applies to