ArmKubernetesModelFactory.CredentialResult(String, BinaryData) 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 credential result response.
public static Azure.ResourceManager.Kubernetes.Models.CredentialResult CredentialResult(string name = default, BinaryData value = default);
static member CredentialResult : string * BinaryData -> Azure.ResourceManager.Kubernetes.Models.CredentialResult
Public Shared Function CredentialResult (Optional name As String = Nothing, Optional value As BinaryData = Nothing) As CredentialResult
Parameters
- name
- String
The name of the credential.
- value
- BinaryData
Base64-encoded Kubernetes configuration file.
Returns
A new CredentialResult instance for mocking.