IDeploymentResourceCollection.Add Method

Definition

Overloads

Add(ICollection<IDeploymentResource>, Boolean)
Add(String, String, String, IDictionary<String,Object>, Boolean)
Add(String, IDictionary<String,String>, String, String, IDictionary<String,Object>, Boolean)
Add(String, String, String, String, IDictionary<String,Object>, Boolean)

Add(ICollection<IDeploymentResource>, Boolean)

public:
 void Add(System::Collections::Generic::ICollection<Microsoft::BizTalk::ApplicationDeployment::IDeploymentResource ^> ^ resources, bool overwrite);
public void Add (System.Collections.Generic.ICollection<Microsoft.BizTalk.ApplicationDeployment.IDeploymentResource> resources, bool overwrite);
abstract member Add : System.Collections.Generic.ICollection<Microsoft.BizTalk.ApplicationDeployment.IDeploymentResource> * bool -> unit
Public Sub Add (resources As ICollection(Of IDeploymentResource), overwrite As Boolean)

Parameters

overwrite
Boolean

Applies to

Add(String, String, String, IDictionary<String,Object>, Boolean)

public:
 Microsoft::BizTalk::ApplicationDeployment::IDeploymentResource ^ Add(System::String ^ resourceType, System::String ^ sourceLocation, System::String ^ destinationLocation, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ properties, bool overwrite);
public Microsoft.BizTalk.ApplicationDeployment.IDeploymentResource Add (string resourceType, string sourceLocation, string destinationLocation, System.Collections.Generic.IDictionary<string,object> properties, bool overwrite);
abstract member Add : string * string * string * System.Collections.Generic.IDictionary<string, obj> * bool -> Microsoft.BizTalk.ApplicationDeployment.IDeploymentResource
Public Function Add (resourceType As String, sourceLocation As String, destinationLocation As String, properties As IDictionary(Of String, Object), overwrite As Boolean) As IDeploymentResource

Parameters

resourceType
String
sourceLocation
String
destinationLocation
String
properties
IDictionary<String,Object>
overwrite
Boolean

Returns

IDeploymentResource

Applies to

Add(String, IDictionary<String,String>, String, String, IDictionary<String,Object>, Boolean)

public:
 Microsoft::BizTalk::ApplicationDeployment::IDeploymentResource ^ Add(System::String ^ resourceType, System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ idValues, System::String ^ sourceLocation, System::String ^ destinationLocation, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ properties, bool overwrite);
public Microsoft.BizTalk.ApplicationDeployment.IDeploymentResource Add (string resourceType, System.Collections.Generic.IDictionary<string,string> idValues, string sourceLocation, string destinationLocation, System.Collections.Generic.IDictionary<string,object> properties, bool overwrite);
abstract member Add : string * System.Collections.Generic.IDictionary<string, string> * string * string * System.Collections.Generic.IDictionary<string, obj> * bool -> Microsoft.BizTalk.ApplicationDeployment.IDeploymentResource
Public Function Add (resourceType As String, idValues As IDictionary(Of String, String), sourceLocation As String, destinationLocation As String, properties As IDictionary(Of String, Object), overwrite As Boolean) As IDeploymentResource

Parameters

resourceType
String
sourceLocation
String
destinationLocation
String
properties
IDictionary<String,Object>
overwrite
Boolean

Returns

IDeploymentResource

Applies to

Add(String, String, String, String, IDictionary<String,Object>, Boolean)

public:
 Microsoft::BizTalk::ApplicationDeployment::IDeploymentResource ^ Add(System::String ^ resourceType, System::String ^ luid, System::String ^ sourceLocation, System::String ^ destinationLocation, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ properties, bool overwrite);
public Microsoft.BizTalk.ApplicationDeployment.IDeploymentResource Add (string resourceType, string luid, string sourceLocation, string destinationLocation, System.Collections.Generic.IDictionary<string,object> properties, bool overwrite);
abstract member Add : string * string * string * string * System.Collections.Generic.IDictionary<string, obj> * bool -> Microsoft.BizTalk.ApplicationDeployment.IDeploymentResource
Public Function Add (resourceType As String, luid As String, sourceLocation As String, destinationLocation As String, properties As IDictionary(Of String, Object), overwrite As Boolean) As IDeploymentResource

Parameters

resourceType
String
luid
String
sourceLocation
String
destinationLocation
String
properties
IDictionary<String,Object>
overwrite
Boolean

Returns

IDeploymentResource

Applies to