ArmContainerServiceModelFactory.ContainerServiceFleetCredentialResult 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 ContainerServiceFleetCredentialResult.
public static Azure.ResourceManager.ContainerService.Models.ContainerServiceFleetCredentialResult ContainerServiceFleetCredentialResult (string name = default, byte[] value = default);
static member ContainerServiceFleetCredentialResult : string * byte[] -> Azure.ResourceManager.ContainerService.Models.ContainerServiceFleetCredentialResult
Public Shared Function ContainerServiceFleetCredentialResult (Optional name As String = Nothing, Optional value As Byte() = Nothing) As ContainerServiceFleetCredentialResult
Parameters
- name
- String
The name of the credential.
- value
- Byte[]
Base64-encoded Kubernetes configuration file.
Returns
A new ContainerServiceFleetCredentialResult instance for mocking.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET