ArmKubernetesModelFactory.CredentialResults 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.
Initializes a new instance of CredentialResults.
public static Azure.ResourceManager.Kubernetes.Models.CredentialResults CredentialResults (Azure.ResourceManager.Kubernetes.Models.HybridConnectionConfig hybridConnectionConfig = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Kubernetes.Models.CredentialResult> kubeconfigs = default);
static member CredentialResults : Azure.ResourceManager.Kubernetes.Models.HybridConnectionConfig * seq<Azure.ResourceManager.Kubernetes.Models.CredentialResult> -> Azure.ResourceManager.Kubernetes.Models.CredentialResults
Public Shared Function CredentialResults (Optional hybridConnectionConfig As HybridConnectionConfig = Nothing, Optional kubeconfigs As IEnumerable(Of CredentialResult) = Nothing) As CredentialResults
Parameters
- hybridConnectionConfig
- HybridConnectionConfig
Contains the REP (rendezvous endpoint) and “Sender” access token.
- kubeconfigs
- IEnumerable<CredentialResult>
Base64-encoded Kubernetes configuration file.
Returns
A new CredentialResults instance for mocking.