共用方式為


ListClusterUserCredentialProperties(AuthenticationMethod, Boolean) Constructor

Definition

Initializes a new instance of ListClusterUserCredentialProperties.

public ListClusterUserCredentialProperties (Azure.ResourceManager.Kubernetes.Models.AuthenticationMethod authenticationMethod, bool clientProxy);
new Azure.ResourceManager.Kubernetes.Models.ListClusterUserCredentialProperties : Azure.ResourceManager.Kubernetes.Models.AuthenticationMethod * bool -> Azure.ResourceManager.Kubernetes.Models.ListClusterUserCredentialProperties
Public Sub New (authenticationMethod As AuthenticationMethod, clientProxy As Boolean)

Parameters

authenticationMethod
AuthenticationMethod

The mode of client authentication.

clientProxy
Boolean

Boolean value to indicate whether the request is for client side proxy or not.

Applies to