示例#1
0
 public RemoteIdentity(RemoteIdentityType identityType, Uri subscriptionId)
 {
     this.identityType   = identityType;
     this.subscriptionId = subscriptionId;
 }
示例#2
0
 public RemoteIdentity(RemoteIdentityType identityType)
 {
     this.identityType = identityType;
 }
示例#3
0
 public RemoteIdentity(RemoteIdentityType identityType)
 {
     this.identityType = identityType;
 }
示例#4
0
 public RemoteIdentity(RemoteIdentityType identityType, Uri subscriptionId)
 {
     this.identityType = identityType;
     this.subscriptionId = subscriptionId;
 }