CloudBlockStorageProvider Constructor |
Name | Description | |
---|---|---|
CloudBlockStorageProvider |
Initializes a new instance of the CloudBlockStorageProvider class with
no default identity or region, and the default identity provider and REST
service implementation.
| |
CloudBlockStorageProvider(IRestService) |
Initializes a new instance of the CloudBlockStorageProvider class with
no default identity or region, the default identity provider, and the specified
REST service implementation.
| |
CloudBlockStorageProvider(CloudIdentity) |
Initializes a new instance of the CloudBlockStorageProvider class with
the specified default identity, no default region, and the default identity
provider and REST service implementation.
| |
CloudBlockStorageProvider(IIdentityProvider) |
Initializes a new instance of the CloudBlockStorageProvider class with
no default identity or region, the specified identity provider, and the default
REST service implementation.
| |
CloudBlockStorageProvider(CloudIdentity, IRestService) |
Initializes a new instance of the CloudBlockStorageProvider class with
the specified default identity and REST service implementation, no default region,
and the default identity provider.
| |
CloudBlockStorageProvider(CloudIdentity, IIdentityProvider) |
Initializes a new instance of the CloudBlockStorageProvider class with
the specified default identity and identity provider, no default region, and
the default REST service implementation.
| |
CloudBlockStorageProvider(CloudIdentity, IIdentityProvider, IRestService) |
Initializes a new instance of the CloudBlockStorageProvider class with
the specified default identity, no default region, and the specified identity
provider and REST service implementation.
| |
CloudBlockStorageProvider(CloudIdentity, String, IIdentityProvider, IRestService) |
Initializes a new instance of the CloudBlockStorageProvider class with
the specified default identity, default region, identity provider, and REST service implementation.
|