- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试使用“Add-AzureRmServiceFabricNodeType”命令将新的 nodeType 添加到现有的服务结构群集。这是我的命令:
Add-AzureRmServiceFabricNodeType -ResourceGroupName "$ResourceGroupName$" -Name "$ClusterName$" -NodeType "$TypeName$" -VmSku "Standard_H8" -Capacity 3 -VmUserName "$UserName$" -VmPassword $pwd
WARNING: Rolling back the changes to the cluster Add-AzureRmServiceFabricNodeType : 'accountName' cannot be null. At line:1 char:1 + Add-AzureRmServiceFabricNodeType -ResourceGroupName "%ResourceGroupName% ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : CloseError: (:) [Add-AzureRmServiceFabricNodeType], ValidationException + FullyQualifiedErrorId : Microsoft.Azure.Commands.ServiceFabric.Commands.AddAzureRmServiceFabricNodeType
最佳答案
我将假设您使用安全编码来提供密码
$password = ConvertTo-SecureString -String 'Password$123456' -AsPlainText -Force
关于azure-service-fabric - Add-AzureRmServiceFabricNodeType -> 'accountName' 不能为空,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48583530/
我有一个BankAccount类,由accountNo和accountName的“ Getter and Setter”组成。另外,我有一个JFrameNewAccount,它将添加新帐户并将其保存在
我显然不够聪明,无法自己解决这个问题。即使读完the very similar question ,我距离解决这个问题还很远。我确信 stackoverflow 社区将再次拯救我。 我正在尝试更新 S
我想检索知道其 SID 的用户 AccountName。SID 是使用 WMI 查询获取的:Select * from Win32_UserProfile,我正在尝试使用以下查询获取用户 Accoun
我正在尝试使用“Add-AzureRmServiceFabricNodeType”命令将新的 nodeType 添加到现有的服务结构群集。这是我的命令: Add-AzureRmServiceFabri
我怎样才能得到 DomainName\AccountName 作为 .NET Framework 的字符串? 最佳答案 System.Security.Principal.WindowsIdentit
我即将使用SecKeychainAddGenericPassword在我的 ios-app 中存储一堆 protected 信息,而我所需要的只是一个“安全”的键值存储。 “安全”是指信息不应轻易被篡
当使用 invalidateAuthToken 使来自 AccountManager 的授权 token 失效时, 问题 1:为什么函数需要帐户的 Type 而使用帐户的 Name 似乎更有意义? 问
我正在使用下面的 terraform 代码部署 Azure 函数应用程序。 resource "azurerm_function_app" "function_app" { name
我正在使用下面的 terraform 代码部署 Azure 函数应用程序。 resource "azurerm_function_app" "function_app" { name
我是一名优秀的程序员,十分优秀!