ArmContainerServiceModelFactory.ContainerServiceFleetCredentialResults 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 ContainerServiceFleetCredentialResults.
public static Azure.ResourceManager.ContainerService.Models.ContainerServiceFleetCredentialResults ContainerServiceFleetCredentialResults (System.Collections.Generic.IEnumerable<Azure.ResourceManager.ContainerService.Models.ContainerServiceFleetCredentialResult> kubeconfigs = default);
static member ContainerServiceFleetCredentialResults : seq<Azure.ResourceManager.ContainerService.Models.ContainerServiceFleetCredentialResult> -> Azure.ResourceManager.ContainerService.Models.ContainerServiceFleetCredentialResults
Public Shared Function ContainerServiceFleetCredentialResults (Optional kubeconfigs As IEnumerable(Of ContainerServiceFleetCredentialResult) = Nothing) As ContainerServiceFleetCredentialResults
Parameters
- kubeconfigs
- IEnumerable<ContainerServiceFleetCredentialResult>
Base64-encoded Kubernetes configuration file.
Returns
A new ContainerServiceFleetCredentialResults instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET