ConnectedClusterData(AzureLocation, ManagedServiceIdentity, 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 ConnectedClusterData.
public ConnectedClusterData (Azure.Core.AzureLocation location, Azure.ResourceManager.Models.ManagedServiceIdentity identity, string agentPublicKeyCertificate);
new Azure.ResourceManager.Kubernetes.ConnectedClusterData : Azure.Core.AzureLocation * Azure.ResourceManager.Models.ManagedServiceIdentity * string -> Azure.ResourceManager.Kubernetes.ConnectedClusterData
Public Sub New (location As AzureLocation, identity As ManagedServiceIdentity, agentPublicKeyCertificate As String)
Parameters
- location
- AzureLocation
The location.
- identity
- ManagedServiceIdentity
The identity of the connected cluster. Current supported identity types: None, SystemAssigned.
- agentPublicKeyCertificate
- String
Base64 encoded public certificate used by the agent to do the initial handshake to the backend services in Azure.
Exceptions
identity
or agentPublicKeyCertificate
is null.