共用方式為


ConnectedClusterData(AzureLocation, ManagedServiceIdentity, String) Constructor

Definition

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.

Applies to