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