ArmKubernetesModelFactory.ListClusterUserCredentialProperties Method
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.
The ListClusterUserCredentialProperties.
public static Azure.ResourceManager.Kubernetes.Models.ListClusterUserCredentialProperties ListClusterUserCredentialProperties(Azure.ResourceManager.Kubernetes.Models.AuthenticationMethod authenticationMethod = default, bool clientProxy = false);
static member ListClusterUserCredentialProperties : Azure.ResourceManager.Kubernetes.Models.AuthenticationMethod * bool -> Azure.ResourceManager.Kubernetes.Models.ListClusterUserCredentialProperties
Public Shared Function ListClusterUserCredentialProperties (Optional authenticationMethod As AuthenticationMethod = Nothing, Optional clientProxy As Boolean = false) As ListClusterUserCredentialProperties
Parameters
- authenticationMethod
- AuthenticationMethod
The mode of client authentication.
- clientProxy
- Boolean
Boolean value to indicate whether the request is for client side proxy or not.
Returns
A new ListClusterUserCredentialProperties instance for mocking.