Click or drag to resize

DraServer Constructor

Initializes a new instance of the DraServer class

Namespace:  NetIQ.DRA.Common.Rest.DataModels
Assembly:  NetIQ.DRA.Common.Rest.Api (in NetIQ.DRA.Common.Rest.Api.dll) Version: 10.2.2.1
Syntax
public DraServer(
	IEnumerable<string> serviceBindingInformation = null,
	IEnumerable<string> keywords = null
)

Parameters

serviceBindingInformation (Optional)
Type: System.Collections.Generic.IEnumerable<String>

[Missing <param name="serviceBindingInformation"/> documentation for "M:NetIQ.DRA.Common.Rest.DataModels.DraServer.#ctor(System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String})"]

keywords (Optional)
Type: System.Collections.Generic.IEnumerable<String>

[Missing <param name="keywords"/> documentation for "M:NetIQ.DRA.Common.Rest.DataModels.DraServer.#ctor(System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String})"]

See Also