ResourceCollection.Add Method

Definition

Overloads

Add(IDeploymentResource)
Add(IResource[], Boolean)
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(IDeploymentResource)

Important

This API is not CLS-compliant.

public:
 virtual void Add(Microsoft::BizTalk::ApplicationDeployment::IDeploymentResource ^ resource);
[System.CLSCompliant(false)]
public void Add (Microsoft.BizTalk.ApplicationDeployment.IDeploymentResource resource);
abstract member Add : Microsoft.BizTalk.ApplicationDeployment.IDeploymentResource -> unit
override this.Add : Microsoft.BizTalk.ApplicationDeployment.IDeploymentResource -> unit
Public Sub Add (resource As IDeploymentResource)

Parameters

Implements

Attributes

Applies to

Add(IResource[], Boolean)

Important

This API is not CLS-compliant.

public:
 void Add(cli::array <Microsoft::BizTalk::ApplicationDeployment::IResource ^> ^ resources, bool overwrite);
[System.CLSCompliant(false)]
public void Add (Microsoft.BizTalk.ApplicationDeployment.IResource[] resources, bool overwrite);
member this.Add : Microsoft.BizTalk.ApplicationDeployment.IResource[] * bool -> unit
Public Sub Add (resources As IResource(), overwrite As Boolean)

Parameters

resources
IResource[]
overwrite
Boolean
Attributes

Applies to

Add(ICollection<IDeploymentResource>, Boolean)

Important

This API is not CLS-compliant.

public:
 virtual void Add(System::Collections::Generic::ICollection<Microsoft::BizTalk::ApplicationDeployment::IDeploymentResource ^> ^ resources, bool overwrite);
[System.CLSCompliant(false)]
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
override this.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

Implements

Attributes

Applies to

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

Important

This API is not CLS-compliant.

public:
 virtual 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);
[System.CLSCompliant(false)]
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
override this.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

Implements

Attributes

Applies to

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

Important

This API is not CLS-compliant.

public:
 virtual 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);
[System.CLSCompliant(false)]
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
override this.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

Implements

Attributes

Applies to

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

Important

This API is not CLS-compliant.

public:
 virtual 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);
[System.CLSCompliant(false)]
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
override this.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

Implements

Attributes

Applies to