Click or drag to resize
CloudNetworksProvider Constructor
Overload List
  NameDescription
Public methodCloudNetworksProvider
Initializes a new instance of the CloudNetworksProvider class with no default identity or region, and the default identity provider and REST service implementation.
Public methodCloudNetworksProvider(IRestService)
Initializes a new instance of the CloudNetworksProvider class with no default identity or region, the default identity provider, and the specified REST service implementation.
Public methodCloudNetworksProvider(CloudIdentity)
Initializes a new instance of the CloudNetworksProvider class with the specified default identity, no default region, and the default identity provider and REST service implementation.
Public methodCloudNetworksProvider(IIdentityProvider)
Initializes a new instance of the CloudNetworksProvider class with no default identity or region, the specified identity provider, and the default REST service implementation.
Public methodCloudNetworksProvider(CloudIdentity, IRestService)
Initializes a new instance of the CloudNetworksProvider class with the specified default identity and REST service implementation, no default region, and the default identity provider.
Public methodCloudNetworksProvider(CloudIdentity, IIdentityProvider)
Initializes a new instance of the CloudNetworksProvider class with the specified default identity and identity provider, no default region, and the default REST service implementation.
Public methodCloudNetworksProvider(CloudIdentity, IIdentityProvider, IRestService)
Initializes a new instance of the CloudNetworksProvider class with the specified default identity, no default region, and the specified identity provider and REST service implementation.
Public methodCloudNetworksProvider(CloudIdentity, String, IIdentityProvider, IRestService)
Initializes a new instance of the CloudNetworksProvider class with the specified default identity, default region, identity provider, and REST service implementation.
Top
See Also