コード例 #1
0
        private ContainerServiceCredentialsResponseResult(
            string acsKubeConfig,

            string imagePullSecretName,

            Outputs.ServicePrincipalPropertiesResponse servicePrincipalConfiguration)
        {
            AcsKubeConfig                 = acsKubeConfig;
            ImagePullSecretName           = imagePullSecretName;
            ServicePrincipalConfiguration = servicePrincipalConfiguration;
        }
コード例 #2
0
 private KubernetesClusterPropertiesResponse(Outputs.ServicePrincipalPropertiesResponse servicePrincipal)
 {
     ServicePrincipal = servicePrincipal;
 }