| IDRARestServer.RoomMailboxGetRequest Method |
Retrieves a list of room mailboxes matching the specified search criteria or returns the requested attributes of a specified room mailbox.
UriTemplate: /dra/domains/{domainFqdn}/roommailboxes/get
Namespace:
NetIQ.DRA.RestServiceLibrary
Assembly:
NetIQ.DRA.RestServiceLibrary (in NetIQ.DRA.RestServiceLibrary.dll) Version: 10.2.2.1
Syntax [OperationContractAttribute]
[WebInvokeAttribute(Method = "POST", ResponseFormat = WebMessageFormat.Json,
RequestFormat = WebMessageFormat.Json, BodyStyle = WebMessageBodyStyle.Wrapped,
UriTemplate = "/dra/domains/{domainFqdn}/roommailboxes/get")]
Stream RoomMailboxGetRequest(
string domainFqdn,
string roomMailboxIdentifier,
RoomMailbox roomMailboxOrFilter,
RoomMailbox roomMailboxAndFilter,
PowerFilter[] powerFilters,
string[] attributes,
GetInfoOptions getInfoOptions,
EnumerationOptions enumerationOptions,
ConnectionParameters connectionParameters
)
<OperationContractAttribute>
<WebInvokeAttribute(Method := "POST", ResponseFormat := WebMessageFormat.Json,
RequestFormat := WebMessageFormat.Json, BodyStyle := WebMessageBodyStyle.Wrapped,
UriTemplate := "/dra/domains/{domainFqdn}/roommailboxes/get")>
Function RoomMailboxGetRequest (
domainFqdn As String,
roomMailboxIdentifier As String,
roomMailboxOrFilter As RoomMailbox,
roomMailboxAndFilter As RoomMailbox,
powerFilters As PowerFilter(),
attributes As String(),
getInfoOptions As GetInfoOptions,
enumerationOptions As EnumerationOptions,
connectionParameters As ConnectionParameters
) As Stream
Parameters
- domainFqdn
- Type: System.String
The FQDN of the domain to query - roomMailboxIdentifier
- Type: System.String
A string identifying the room mailbox - roomMailboxOrFilter
- Type: NetIQ.DRA.Common.Rest.DataModels.RoomMailbox
An optional ou object that defines the attribute patterns to match for resource mailbox users to use in the 'or' clause - roomMailboxAndFilter
- Type: NetIQ.DRA.Common.Rest.DataModels.RoomMailbox
An optional ou object that defines the attribute patterns to match for resource mailbox users to use in the 'and' clause - powerFilters
- Type:NetIQ.DRA.Common.Rest.DataModels.PowerFilter[]
An optional PowerFilter object that limits the returned objects to those which the AA has the specified powers over - attributes
- Type:System.String[]
An optional list of properties to retrieve from the server - getInfoOptions
- Type: NetIQ.DRA.Common.Rest.DataModels.GetInfoOptions
An optional GetInfoOptions structure that controls what data is returned - enumerationOptions
- Type: NetIQ.DRA.Common.Rest.DataModels.EnumerationOptions
An optional EnumerationOptions structure that controls how the enumeration is performed - connectionParameters
- Type: NetIQ.DRA.Common.Rest.DataModels.ConnectionParameters
Optional ConnectionParameters to specify a DRA server and Assistant Admin credentials
Return Value
Type:
StreamA
GetResourceMailboxPropertiesResponse when attributes of a room mailbox are requested or a
ResourceMailboxListResponse containing the room mailboxes that matched the specified search filters.
Remarks
For more information on object filters, see the topic on
ObjectEnum(Computer, Computer, Contact, Contact, Domain, Domain, DomainMember, DomainMember, AzureTenant, AzureTenant, AzureGroup, AzureGroup, AzureUser, AzureUser, AzureContact, AzureContact, Group, Group, OU, OU, User, User, GroupManagedServiceAccount, GroupManagedServiceAccount, EquipmentMailbox, EquipmentMailbox, RoomMailbox, RoomMailbox, SharedMailbox, DynamicDistributionGroup, DynamicDistributionGroup, Container, Container, BuiltinContainer, BuiltinContainer,PowerFilter[], SimpleFilterCollection, SimpleFilterCollection,String[], EnumerationOptions, ConnectionParameters)See Also