PipelineGroupPrivateKeySource Constructor
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.
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
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.