Powershell Splatting Object Attribute (Typeof System.Collections.Hashtable)

前端 未结 0 1070
庸人自扰
庸人自扰 2020-12-22 22:52

Going to give an example to make it clearer what I want to do

$AzLogin = @{

 Subscription = [string] SubscriptionID;
 Tenant = [string] tenantID;
 Credential         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题