PipelineGroupPrivateKeySource Constructor

Definition

Initializes a new instance of PipelineGroupPrivateKeySource.

public PipelineGroupPrivateKeySource(Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupPrivateKeySourceType type, string location, string subLocation);
new Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupPrivateKeySource : Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupPrivateKeySourceType * string * string -> Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupPrivateKeySource
Public Sub New (type As PipelineGroupPrivateKeySourceType, location As String, subLocation As String)

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.

Exceptions

location or subLocation is null.

Applies to