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