ConnectedClusterProperties(String) 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 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.