예제 #1
0
        public PSDataBoxEdgeStorageAccountCredential(StorageAccountCredential storageAccountCredential)
        {
            this.StorageAccountCredential = storageAccountCredential;
            this.Id = storageAccountCredential.Id;
            var resourceIdentifier = new DataBoxEdgeResourceIdentifier(storageAccountCredential.Id);

            this.ResourceGroupName = resourceIdentifier.ResourceGroupName;
            this.DeviceName        = resourceIdentifier.DeviceName;
            this.Name = resourceIdentifier.ResourceName;
        }
예제 #2
0
 public PSDataBoxEdgeStorageAccountCredential()
 {
     StorageAccountCredential = new StorageAccountCredential();
 }