DeploymentManager.CreateObject Method

Definition

Overloads

CreateObject(DeploymentProviderOptions, DeploymentBaseContext)
CreateObject(DeploymentProviderOptions, DeploymentBaseOptions)
CreateObject(DeploymentWellKnownProvider, String)
CreateObject(String, String)
CreateObject(DeploymentWellKnownProvider, String, DeploymentBaseOptions)
CreateObject(String, String, DeploymentBaseOptions)

CreateObject(DeploymentProviderOptions, DeploymentBaseContext)

public:
 static Microsoft::Web::Deployment::DeploymentObject ^ CreateObject(Microsoft::Web::Deployment::DeploymentProviderOptions ^ providerOptions, Microsoft::Web::Deployment::DeploymentBaseContext ^ baseContext);
public static Microsoft.Web.Deployment.DeploymentObject CreateObject (Microsoft.Web.Deployment.DeploymentProviderOptions providerOptions, Microsoft.Web.Deployment.DeploymentBaseContext baseContext);
static member CreateObject : Microsoft.Web.Deployment.DeploymentProviderOptions * Microsoft.Web.Deployment.DeploymentBaseContext -> Microsoft.Web.Deployment.DeploymentObject
Public Shared Function CreateObject (providerOptions As DeploymentProviderOptions, baseContext As DeploymentBaseContext) As DeploymentObject

Parameters

providerOptions
DeploymentProviderOptions
baseContext
DeploymentBaseContext

Returns

Returns DeploymentObject.

Applies to

CreateObject(DeploymentProviderOptions, DeploymentBaseOptions)

public:
 static Microsoft::Web::Deployment::DeploymentObject ^ CreateObject(Microsoft::Web::Deployment::DeploymentProviderOptions ^ providerOptions, Microsoft::Web::Deployment::DeploymentBaseOptions ^ baseOptions);
public static Microsoft.Web.Deployment.DeploymentObject CreateObject (Microsoft.Web.Deployment.DeploymentProviderOptions providerOptions, Microsoft.Web.Deployment.DeploymentBaseOptions baseOptions);
static member CreateObject : Microsoft.Web.Deployment.DeploymentProviderOptions * Microsoft.Web.Deployment.DeploymentBaseOptions -> Microsoft.Web.Deployment.DeploymentObject
Public Shared Function CreateObject (providerOptions As DeploymentProviderOptions, baseOptions As DeploymentBaseOptions) As DeploymentObject

Parameters

providerOptions
DeploymentProviderOptions
baseOptions
DeploymentBaseOptions

Returns

Returns DeploymentObject.

Applies to

CreateObject(DeploymentWellKnownProvider, String)

public:
 static Microsoft::Web::Deployment::DeploymentObject ^ CreateObject(Microsoft::Web::Deployment::DeploymentWellKnownProvider provider, System::String ^ path);
public static Microsoft.Web.Deployment.DeploymentObject CreateObject (Microsoft.Web.Deployment.DeploymentWellKnownProvider provider, string path);
static member CreateObject : Microsoft.Web.Deployment.DeploymentWellKnownProvider * string -> Microsoft.Web.Deployment.DeploymentObject
Public Shared Function CreateObject (provider As DeploymentWellKnownProvider, path As String) As DeploymentObject

Parameters

path
String

Returns

Returns DeploymentObject.

Applies to

CreateObject(String, String)

public:
 static Microsoft::Web::Deployment::DeploymentObject ^ CreateObject(System::String ^ provider, System::String ^ path);
public static Microsoft.Web.Deployment.DeploymentObject CreateObject (string provider, string path);
static member CreateObject : string * string -> Microsoft.Web.Deployment.DeploymentObject
Public Shared Function CreateObject (provider As String, path As String) As DeploymentObject

Parameters

provider
String
path
String

Returns

Returns DeploymentObject.

Applies to

CreateObject(DeploymentWellKnownProvider, String, DeploymentBaseOptions)

public:
 static Microsoft::Web::Deployment::DeploymentObject ^ CreateObject(Microsoft::Web::Deployment::DeploymentWellKnownProvider provider, System::String ^ path, Microsoft::Web::Deployment::DeploymentBaseOptions ^ baseOptions);
public static Microsoft.Web.Deployment.DeploymentObject CreateObject (Microsoft.Web.Deployment.DeploymentWellKnownProvider provider, string path, Microsoft.Web.Deployment.DeploymentBaseOptions baseOptions);
static member CreateObject : Microsoft.Web.Deployment.DeploymentWellKnownProvider * string * Microsoft.Web.Deployment.DeploymentBaseOptions -> Microsoft.Web.Deployment.DeploymentObject
Public Shared Function CreateObject (provider As DeploymentWellKnownProvider, path As String, baseOptions As DeploymentBaseOptions) As DeploymentObject

Parameters

path
String
baseOptions
DeploymentBaseOptions

Returns

Returns DeploymentObject.

Applies to

CreateObject(String, String, DeploymentBaseOptions)

public:
 static Microsoft::Web::Deployment::DeploymentObject ^ CreateObject(System::String ^ provider, System::String ^ path, Microsoft::Web::Deployment::DeploymentBaseOptions ^ baseOptions);
public static Microsoft.Web.Deployment.DeploymentObject CreateObject (string provider, string path, Microsoft.Web.Deployment.DeploymentBaseOptions baseOptions);
static member CreateObject : string * string * Microsoft.Web.Deployment.DeploymentBaseOptions -> Microsoft.Web.Deployment.DeploymentObject
Public Shared Function CreateObject (provider As String, path As String, baseOptions As DeploymentBaseOptions) As DeploymentObject

Parameters

provider
String
path
String
baseOptions
DeploymentBaseOptions

Returns

Returns DeploymentObject.

Applies to