메소드 | 설명 | |
---|---|---|
CreateNewStorageAccount ( string name, string location = LocationConstants.NorthEurope, StorageManagementOptions options = null ) : void |
Creates a new storage account given a name and location
|
|
CreateStorageAccountIfNotExists ( string name, string location = LocationConstants.NorthEurope, StorageManagementOptions options = null ) : void |
Create the storage account if an account by the same name doesn't exist
|
|
DeleteStorageAccount ( string name ) : void | ||
GetSaSFromBlobUri ( string blobUri ) : string |
Gets a shared access signature given a full blob uri
|
|
GetStorageAccountKeys ( string name ) : string[] | ||
GetStorageAccountList ( ) : List |
||
GetStorageAccountListWithKeys ( ) : List |
||
GetStorageStatus ( string name ) : StorageStatus | ||
StorageClient ( string subscriptionId, |
Used to construct a storage client with a subscription id and management certificate
|
|
StorageClient ( string accountName, string accountKey ) : System |
Used to construct a client with an account name and account key
|
public CreateNewStorageAccount ( string name, string location = LocationConstants.NorthEurope, StorageManagementOptions options = null ) : void | ||
name | string | |
location | string | |
options | StorageManagementOptions | |
리턴 | void |
public CreateStorageAccountIfNotExists ( string name, string location = LocationConstants.NorthEurope, StorageManagementOptions options = null ) : void | ||
name | string | |
location | string | |
options | StorageManagementOptions | |
리턴 | void |
public DeleteStorageAccount ( string name ) : void | ||
name | string | |
리턴 | void |
public GetSaSFromBlobUri ( string blobUri ) : string | ||
blobUri | string | |
리턴 | string |
public GetStorageAccountKeys ( string name ) : string[] | ||
name | string | |
리턴 | string[] |
public GetStorageStatus ( string name ) : StorageStatus | ||
name | string | |
리턴 | StorageStatus |
public StorageClient ( string subscriptionId, |
||
subscriptionId | string | |
certificate | ||
리턴 | System |
public StorageClient ( string accountName, string accountKey ) : System | ||
accountName | string | |
accountKey | string | |
리턴 | System |