ConnectedClusterProperties(String) Constructor

Definition

Initializes a new instance of ConnectedClusterProperties.

public ConnectedClusterProperties(string agentPublicKeyCertificate);
new Azure.ResourceManager.Kubernetes.Models.ConnectedClusterProperties : string -> Azure.ResourceManager.Kubernetes.Models.ConnectedClusterProperties
Public Sub New (agentPublicKeyCertificate As String)

Parameters

agentPublicKeyCertificate
String

Base64 encoded public certificate used by the agent to do the initial handshake to the backend services in Azure.

Exceptions

agentPublicKeyCertificate is null.

Applies to