PipelineGroupPrivateKeySource Class
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.
Configuration for private key source location.
public class PipelineGroupPrivateKeySource : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupPrivateKeySource>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupPrivateKeySource>
type PipelineGroupPrivateKeySource = class
interface IJsonModel<PipelineGroupPrivateKeySource>
interface IPersistableModel<PipelineGroupPrivateKeySource>
Public Class PipelineGroupPrivateKeySource
Implements IJsonModel(Of PipelineGroupPrivateKeySource), IPersistableModel(Of PipelineGroupPrivateKeySource)
- Inheritance
-
PipelineGroupPrivateKeySource
- Implements
Constructors
| Name | Description |
|---|---|
| PipelineGroupPrivateKeySource(PipelineGroupPrivateKeySourceType, String, String) |
Initializes a new instance of PipelineGroupPrivateKeySource. |
Properties
| Name | Description |
|---|---|
| Location |
Location of the private key source. |
| SubLocation |
Sub-location within the private key source. |
| Type |
The type of private key source. Only kubernetesSecret is supported for security reasons. |