Microsoft.UniversalPrintManagement.xml
<?xml version="1.0"?>
<doc> <assembly> <name>Microsoft.UniversalPrintManagement</name> </assembly> <members> <member name="T:Microsoft.UPManagement.Cmdlets.ConnectService"> <summary> Cmdlet for connecting to UP service (with or w/o user interaction). </summary> </member> <member name="F:Microsoft.UPManagement.Cmdlets.ConnectService.NonInteractiveParameterSetName"> <summary> Parameter set when username and password are provided for non-interactive authentication. </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.ConnectService.UserPrincipalName"> <summary> Gets or sets upn to use for connecting to UP service. </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.ConnectService.Password"> <summary> Gets or sets the password to use in combination with username to connect to UP service without interaction. </summary> </member> <member name="M:Microsoft.UPManagement.Cmdlets.ConnectService.ProcessRecord"> <inheritdoc/> </member> <member name="T:Microsoft.UPManagement.Cmdlets.GetAllowedMember"> <summary> Gets a list of users that have print access to a printer share. </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.GetAllowedMember.ShareId"> <summary> Gets or sets the id of the printer share. </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.GetAllowedMember.UsersOnly"> <summary> Gets or sets a value indicating whether to only return users. </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.GetAllowedMember.GroupsOnly"> <summary> Gets or sets a value indicating whether to only return groups. </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.GetAllowedMember.Limit"> <summary> Gets or sets the upper boud on number of results to return. </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.GetAllowedMember.ContinuationToken"> <summary> Gets or sets continuation token for member list. </summary> </member> <member name="M:Microsoft.UPManagement.Cmdlets.GetAllowedMember.ProcessRecord"> <inheritdoc/> </member> <member name="M:Microsoft.UPManagement.Cmdlets.GetAllowedMember.GetAllowedPrintGroups"> <summary> Sends a request to UP service to get a list of groups that have print access to the specified printer share. </summary> <returns>A list of <see cref="T:Microsoft.UPManagement.Models.Identity"/>.</returns> </member> <member name="M:Microsoft.UPManagement.Cmdlets.GetAllowedMember.GetAllowedPrintUsers"> <summary> Sends a request to UP service to get a list of users that have print access to the specified printer share. </summary> <returns>A list of <see cref="T:Microsoft.UPManagement.Models.UserIdentity"/>.</returns> </member> <member name="M:Microsoft.UPManagement.Cmdlets.GetAllowedMember.CheckAndWarnAboutAllowAllFlagStatus"> <summary> Fetches the AllowAllUsers flag on the corresponding printer share object and warns the user if it's active since it overrides list of allowed users/groups. </summary> </member> <member name="T:Microsoft.UPManagement.Cmdlets.GetConnector"> <summary> Cmdlet for getting either a single or a list of connectors. </summary> </member> <member name="F:Microsoft.UPManagement.Cmdlets.GetConnector.SpecifiedConnectorParameterSet"> <summary> the parameter name that will be set by the PowerShell sdk when a connectorId is provided by the user. </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.GetConnector.ConnectorId"> <summary> Gets or sets the id of the connector that will be retrieved (optional). </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.GetConnector.Limit"> <summary> Gets or sets upper bounds number of results to return. </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.GetConnector.ContinuationToken"> <summary> Gets or sets continuation token for connector list. </summary> </member> <member name="M:Microsoft.UPManagement.Cmdlets.GetConnector.ProcessRecord"> <inheritdoc/> </member> <member name="M:Microsoft.UPManagement.Cmdlets.GetConnector.GetAllConnectors(System.Int32,System.String)"> <summary> Sends a request to UP service to retrieve all connectors. </summary> <param name="limit">Optional parameter to limit number of returned connectors.</param> <param name="continuationToken">Optional parameter to continue iteration through a connector list.</param> <returns>A list of <see cref="T:Microsoft.UPManagement.Models.PrintConnector"/>.</returns> </member> <member name="M:Microsoft.UPManagement.Cmdlets.GetConnector.GetSingleConnector(System.String)"> <summary> Makes a request ot UP service to a get a single connector that has a matching connector id. </summary> <param name="connectorId">id of the connector that will be retrieved.</param> <returns>A <see cref="T:Microsoft.UPManagement.Models.PrintConnector"/>.</returns> </member> <member name="T:Microsoft.UPManagement.Cmdlets.GetPrinter"> <summary> Cmdlet for getting either a single or a list of printers. </summary> </member> <member name="F:Microsoft.UPManagement.Cmdlets.GetPrinter.SpecifiedPrinterParameterSet"> <summary> the parameter name that will be set by the PowerShell sdk when a printerId is provided by the user. </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.GetPrinter.PrinterId"> <summary> Gets or sets the id of the printer that will be retrieved (optional). </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.GetPrinter.Limit"> <summary> Gets or sets upper bounds number of results to return. </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.GetPrinter.ContinuationToken"> <summary> Gets or sets continuation token for printer list. </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.GetPrinter.IncludeConnectorDetails"> <summary> Gets or sets a value indicating whether or not to fetch connector details. </summary> </member> <member name="M:Microsoft.UPManagement.Cmdlets.GetPrinter.ProcessRecord"> <inheritdoc/> </member> <member name="M:Microsoft.UPManagement.Cmdlets.GetPrinter.GetAllPrinters(System.Int32,System.String)"> <summary> Sends a request to UP service to retrieve all printers. </summary> <param name="limit">Optional parameter to limit number of returned printers.</param> <param name="continuationToken">Optional parameter to continue iteration through a printer list.</param> <returns>A list of <see cref="T:Microsoft.UPManagement.Models.Printer"/>.</returns> </member> <member name="M:Microsoft.UPManagement.Cmdlets.GetPrinter.GetSinglePrinter(System.String)"> <summary> Makes a request ot UP service to a get a single printer that has a matching printer id. </summary> <param name="printerId">id of the printer that will be retrieved.</param> <returns>A <see cref="T:Microsoft.UPManagement.Models.Printer"/>.</returns> </member> <member name="T:Microsoft.UPManagement.Cmdlets.GetPrinterShare"> <summary> Cmdlet for getting either a single or a list of printer shares. </summary> </member> <member name="F:Microsoft.UPManagement.Cmdlets.GetPrinterShare.SpecifiedPrinterShareParameterSet"> <summary> the parameter name that will be set by the PowerShell sdk when a shareId is provided by the user. </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.GetPrinterShare.ShareId"> <summary> Gets or sets the id of the printer share that will be retrieved (optional). </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.GetPrinterShare.Limit"> <summary> Gets or sets upper bounds number of results to return. </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.GetPrinterShare.ContinuationToken"> <summary> Gets or sets continuation token for printer share list. </summary> </member> <member name="M:Microsoft.UPManagement.Cmdlets.GetPrinterShare.ProcessRecord"> <inheritdoc/> </member> <member name="M:Microsoft.UPManagement.Cmdlets.GetPrinterShare.GetAllPrinterShares(System.Int32,System.String)"> <summary> Sends a request to UP service to retrieve all printer shares. </summary> <param name="limit">Optional parameter to limit number of returned printer shares.</param> <param name="continuationToken">Optional parameter to continue iteration through a printer share list.</param> <returns>A list of <see cref="T:Microsoft.UPManagement.Models.PrinterShare"/>.</returns> </member> <member name="M:Microsoft.UPManagement.Cmdlets.GetPrinterShare.GetSinglePrinterShare(System.String)"> <summary> Makes a request ot UP service to a get a single printer share that has a matching share id. </summary> <param name="shareId">id of the printer share that will be retrieved.</param> <returns>A <see cref="T:Microsoft.UPManagement.Models.PrinterShare"/>.</returns> </member> <member name="T:Microsoft.UPManagement.Cmdlets.GetPrintJob"> <summary> Gets a list of active/recent print jobs of a specific printer. </summary> </member> <member name="F:Microsoft.UPManagement.Cmdlets.GetPrintJob.GetSpecificPrintJob"> <summary> the parameter name that will be set by the PowerShell sdk when a jobId is provided by the user. </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.GetPrintJob.PrinterId"> <summary> Gets or sets the id of the printer. </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.GetPrintJob.JobId"> <summary> Gets or sets the id of the job (optional). </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.GetPrintJob.Limit"> <summary> Gets or sets the upper boud on number of results to return. </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.GetPrintJob.ContinuationToken"> <summary> Gets or sets continuation token for print job list. </summary> </member> <member name="M:Microsoft.UPManagement.Cmdlets.GetPrintJob.ProcessRecord"> <inheritdoc/> </member> <member name="M:Microsoft.UPManagement.Cmdlets.GetPrintJob.GetJobs(System.Int32,System.String)"> <summary> Sends a request to UP service to get a list of print jobs from the specified printer. </summary> <param name="limit">Optional parameter for limiting number of returned results.</param> <param name="continuationToken">Optional parameter to continue iteration through a print job list.</param> <returns>A list of <see cref="T:Microsoft.UPManagement.Models.PrintJob"/>.</returns> </member> <member name="M:Microsoft.UPManagement.Cmdlets.GetPrintJob.GetSingleJob"> <summary> Sends a request to UP srevice to a specific print job from the specified printers. </summary> <returns>A <see cref="T:Microsoft.UPManagement.Models.PrintJob"/>.</returns> </member> <member name="T:Microsoft.UPManagement.Cmdlets.ReportType"> <summary> Type of report to retrieve. </summary> </member> <member name="F:Microsoft.UPManagement.Cmdlets.ReportType.DailyUser"> <summary> Retrieve daily print usage by users. </summary> </member> <member name="F:Microsoft.UPManagement.Cmdlets.ReportType.DailyPrinter"> <summary> Retrieve daily print usage by printers. </summary> </member> <member name="F:Microsoft.UPManagement.Cmdlets.ReportType.MonthlyUser"> <summary> Retrieve monthly print usage by users. </summary> </member> <member name="F:Microsoft.UPManagement.Cmdlets.ReportType.MonthlyPrinter"> <summary> Retrieve monthly print usage by printers. </summary> </member> <member name="T:Microsoft.UPManagement.Cmdlets.GetUsageReport"> <summary> Cmdlet for getting different print usage reports. </summary> </member> <member name="F:Microsoft.UPManagement.Cmdlets.GetUsageReport.SpecifiedReportIdParameterSet"> <summary> Parameter set name when report id is provided. </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.GetUsageReport.ReportType"> <summary> Gets or sets the mandatory parameter that selects the report type to retrieve. </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.GetUsageReport.StartDate"> <summary> Gets or sets the optional parameter that filters out reports that pertain to print usages before this date. </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.GetUsageReport.EndDate"> <summary> Gets or sets the optional parameter that filters out reports that pertain to print usages after this date. </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.GetUsageReport.ReportId"> <summary> Gets or sets the optional parameter that for retrieving a specifc report. </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.GetUsageReport.Limit"> <summary> Gets or sets the optional parameter that limits number of returned reports (has no effect if report id is present). </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.GetUsageReport.ContinuationToken"> <summary> Gets or sets continuation token for report list. </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.GetUsageReport.PrinterId"> <summary> Gets the dynamic parameter which will be available when report type pertains to a printer. Can be provided to only retreive the specific printer reports. </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.GetUsageReport.UserPrincipalName"> <summary> Gets the dynamic parameter which will be available when report type pertains to a user. Can be provided to only retreive the specific user reports. </summary> </member> <member name="M:Microsoft.UPManagement.Cmdlets.GetUsageReport.GetDynamicParameters"> <inheritdoc/> </member> <member name="M:Microsoft.UPManagement.Cmdlets.GetUsageReport.ProcessRecord"> <inheritdoc/> </member> <member name="M:Microsoft.UPManagement.Cmdlets.GetUsageReport.GetAllUserUsageReports"> <summary> Get all user usage reports (will apply optional queries if they are provided). </summary> <returns>A list of <see cref="T:Microsoft.UPManagement.Models.PrintUsageByUser"/>.</returns> </member> <member name="M:Microsoft.UPManagement.Cmdlets.GetUsageReport.GetAllPrinterUsageReports"> <summary> Get all printer usage reports (will apply optional queries if they are provided). </summary> <returns>A list of <see cref="T:Microsoft.UPManagement.Models.PrintUsageByPrinter"/>.</returns> </member> <member name="M:Microsoft.UPManagement.Cmdlets.GetUsageReport.GetSingleUserUsageReport(System.String)"> <summary> Get a specific user usage report. </summary> <param name="userReportId">id of the report to retrieve.</param> <returns>A single <see cref="T:Microsoft.UPManagement.Models.PrintUsageByUser"/>.</returns> </member> <member name="M:Microsoft.UPManagement.Cmdlets.GetUsageReport.GetSinglePrinterUsageReport(System.String)"> <summary> Get a specific user usage report. </summary> <param name="printerReportId">id of the report to retrieve.</param> <returns>A single <see cref="T:Microsoft.UPManagement.Models.PrintUsageByPrinter"/>.</returns> </member> <member name="T:Microsoft.UPManagement.Cmdlets.GrantAccess"> <summary> Gets a list of users that have print access to a printer share. </summary> </member> <member name="F:Microsoft.UPManagement.Cmdlets.GrantAccess.SpecifiedUserParameterSet"> <summary> the parameter name that will be set by the PowerShell sdk when a UserId is provided by the user. </summary> </member> <member name="F:Microsoft.UPManagement.Cmdlets.GrantAccess.SpecifiedGroupParameterSet"> <summary> the parameter name that will be set by the PowerShell sdk when a GroupId is provided by the user. </summary> </member> <member name="F:Microsoft.UPManagement.Cmdlets.GrantAccess.SpecifiedAllUsersParameterSet"> <summary> the parameter name that will be set by the PowerShell sdk when AllowAllUsers access is requested by the user. </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.GrantAccess.ShareId"> <summary> Gets or sets the id of the printer share. </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.GrantAccess.UserId"> <summary> Gets or sets the id of the user. </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.GrantAccess.GroupId"> <summary> Gets or sets the id of the group. </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.GrantAccess.AllUsersAccess"> <summary> Gets or sets a boolean for granting print access to all users in the organization. </summary> </member> <member name="M:Microsoft.UPManagement.Cmdlets.GrantAccess.ProcessRecord"> <inheritdoc/> </member> <member name="M:Microsoft.UPManagement.Cmdlets.GrantAccess.GrantUserAccess"> <summary> Sends a request to UP service to grant print access on a printer share to a user. </summary> </member> <member name="M:Microsoft.UPManagement.Cmdlets.GrantAccess.GrantGroupAccess"> <summary> Sends a request to UP service to grant print access on a printer share to a group. </summary> </member> <member name="M:Microsoft.UPManagement.Cmdlets.GrantAccess.GrantAllUserAccess"> <summary> Sends a request to UP service to grant print access on a printer share to all users of the organization. </summary> </member> <member name="M:Microsoft.UPManagement.Cmdlets.GrantAccess.CheckAndWarnAboutAllowAllFlagStatus"> <summary> Fetches the AllowAllUsers flag on the corresponding printer share object and warns the user if it's active since it overrides list of allowed users/groups. </summary> </member> <member name="T:Microsoft.UPManagement.Cmdlets.NewPrinterShare"> <summary> Cmdlet for creating new printer shares. </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.NewPrinterShare.PrinterId"> <summary> Gets or sets ID of the printer that needs to be shared. </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.NewPrinterShare.ShareName"> <summary> Gets or sets the printer share name. </summary> </member> <member name="M:Microsoft.UPManagement.Cmdlets.NewPrinterShare.ProcessRecord"> <inheritdoc/> </member> <member name="M:Microsoft.UPManagement.Cmdlets.NewPrinterShare.CreateNewPrinterShare"> <summary> Sends a request to UP service to create a new printer share. </summary> <returns>The created <see cref="T:Microsoft.UPManagement.Models.PrinterShare"/>.</returns> </member> <member name="T:Microsoft.UPManagement.Cmdlets.RemoveConnector"> <summary> Cmdlet for unregistering connectors. </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.RemoveConnector.ConnectorId"> <summary> gets or sets ID of the connector that needs to be unregistered. </summary> </member> <member name="M:Microsoft.UPManagement.Cmdlets.RemoveConnector.ProcessRecord"> <inheritdoc/> </member> <member name="M:Microsoft.UPManagement.Cmdlets.RemoveConnector.RemoveConnectorFromUP"> <summary> Make a request to UP service to unregister a specific connector. </summary> </member> <member name="T:Microsoft.UPManagement.Cmdlets.RemovePrinter"> <summary> Cmdlet for unregistering printers. </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.RemovePrinter.PrinterId"> <summary> gets or sets ID of the printer that needs to be unregistered. </summary> </member> <member name="M:Microsoft.UPManagement.Cmdlets.RemovePrinter.ProcessRecord"> <inheritdoc/> </member> <member name="M:Microsoft.UPManagement.Cmdlets.RemovePrinter.RemovePrinterFromUP"> <summary> Make a request to UP service to unregister a specific printer. </summary> </member> <member name="T:Microsoft.UPManagement.Cmdlets.RemovePrinterShare"> <summary> Cmdlet for removing a printer share (i.e. unsharing a printer). </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.RemovePrinterShare.ShareId"> <summary> Gets or sets the id of the printer share. </summary> </member> <member name="M:Microsoft.UPManagement.Cmdlets.RemovePrinterShare.ProcessRecord"> <inheritdoc/> </member> <member name="M:Microsoft.UPManagement.Cmdlets.RemovePrinterShare.RemovePrinterShareByShareId"> <summary> Sends a request to UP service to remove the printer share with the provided share id. </summary> </member> <member name="T:Microsoft.UPManagement.Cmdlets.RevokeAccess"> <summary> Cmdlet for revoking print access from users or groups. </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.RevokeAccess.ShareId"> <summary> gets or sets ID of the printer share to which access will be revoked. </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.RevokeAccess.UserId"> <summary> gets or sets ID of the user which will lose print access. </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.RevokeAccess.GroupId"> <summary> gets or sets ID of the group which will lose print access. </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.RevokeAccess.AllUsersAccess"> <summary> Gets or sets a boolean for revoking AllUsers print access. </summary> </member> <member name="M:Microsoft.UPManagement.Cmdlets.RevokeAccess.ProcessRecord"> <inheritdoc/> </member> <member name="M:Microsoft.UPManagement.Cmdlets.RevokeAccess.RevokeUserAccess"> <summary> Sends a request to UP service to revoke print access on a printer share from a user. </summary> </member> <member name="M:Microsoft.UPManagement.Cmdlets.RevokeAccess.RevokeGroupAccess"> <summary> Sends a request to UP service to revoke print access on a printer share from a group. </summary> </member> <member name="M:Microsoft.UPManagement.Cmdlets.RevokeAccess.RevokeAllUsersAccess"> <summary> Sends a request to UP service to revoke print access to a printer share from all users of the organization. </summary> </member> <member name="M:Microsoft.UPManagement.Cmdlets.RevokeAccess.CheckAndWarnAboutAllowAllFlagStatus"> <summary> Fetches the AllowAllUsers flag on the corresponding printer share object and warns the user if it's active since it overrides list of allowed users/groups. </summary> </member> <member name="T:Microsoft.UPManagement.Cmdlets.SetConnectorProperty"> <summary> Cmdlet for updating certain properties of a connector. </summary> </member> <member name="F:Microsoft.UPManagement.Cmdlets.SetConnectorProperty.UpdateLocationParameterSetName"> <summary> the parameter name that will be set by the PowerShell sdk when any property that is related to the connector location is provided by the user. </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.SetConnectorProperty.ConnectorId"> <summary> Gets or sets the id of the connector that will be updated. </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.SetConnectorProperty.Name"> <summary> Gets or sets a new name for the specified connector (optional). </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.SetConnectorProperty.Latitude"> <summary> Gets or sets a latitude for the location of the specified connector (optional). </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.SetConnectorProperty.Longitude"> <summary> Gets or sets a longitude for the location of the specified connector (optional). </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.SetConnectorProperty.AltitudeInMeters"> <summary> Gets or sets an alitude in meters for the location of the specified connector (optional). </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.SetConnectorProperty.StreetAddress"> <summary> Gets or sets a street address for the location of the specified connector (optional). </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.SetConnectorProperty.Subunit"> <summary> Gets or sets a subunit (in form of a list) for the location of the specified connector (optional). </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.SetConnectorProperty.City"> <summary> Gets or sets a city for the location of the specified connector (optional). </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.SetConnectorProperty.PostalCode"> <summary> Gets or sets a postal code for the location of the specified connector (optional). </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.SetConnectorProperty.CountryOrRegion"> <summary> Gets or sets a country for the location of the specified connector (optional). </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.SetConnectorProperty.Site"> <summary> Gets or sets a site name for the location of the specified connector (optional). </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.SetConnectorProperty.Building"> <summary> Gets or sets a building name for the location of the specified connector (optional). </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.SetConnectorProperty.Floor"> <summary> Gets or sets a floor for the location of the specified connector (optional). </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.SetConnectorProperty.FloorDescription"> <summary> Gets or sets a floor description for the location of the specified connector (optional). </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.SetConnectorProperty.RoomName"> <summary> Gets or sets a room for the location of the specified connector (optional). </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.SetConnectorProperty.RoomDescription"> <summary> Gets or sets a room description for the location of the specified connector (optional). </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.SetConnectorProperty.Organization"> <summary> Gets or sets a hierarchical organization for the location of the specified connector (optional). </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.SetConnectorProperty.Subdivision"> <summary> Gets or sets a hierarchical subdivision for the location of the specified connector (optional). </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.SetConnectorProperty.StateOrProvince"> <summary> Gets or sets state or province for the location of the specified connector (optional). </summary> </member> <member name="M:Microsoft.UPManagement.Cmdlets.SetConnectorProperty.ProcessRecord"> <inheritdoc/> </member> <member name="M:Microsoft.UPManagement.Cmdlets.SetConnectorProperty.UpdateConnectorProperties"> <summary> Sends a request to UP service to update the specified connector. </summary> <returns>The updated <see cref="T:Microsoft.UPManagement.Models.PrintConnector"/>.</returns> </member> <member name="T:Microsoft.UPManagement.Cmdlets.SetPrinterProperty"> <summary> Cmdlet for updating certain properties of a printer. </summary> </member> <member name="F:Microsoft.UPManagement.Cmdlets.SetPrinterProperty.UpdateLocationParameterSetName"> <summary> the parameter name that will be set by the PowerShell sdk when any property that is related to the printer location is provided by the user. </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.SetPrinterProperty.PrinterId"> <summary> Gets or sets the id of the printer that will be updated. </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.SetPrinterProperty.Name"> <summary> Gets or sets a new name for the specified printer (optional). </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.SetPrinterProperty.Latitude"> <summary> Gets or sets a latitude for the location of the specified printer (optional). </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.SetPrinterProperty.Longitude"> <summary> Gets or sets a longitude for the location of the specified printer (optional). </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.SetPrinterProperty.AltitudeInMeters"> <summary> Gets or sets an alitude in meters for the location of the specified printer (optional). </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.SetPrinterProperty.StreetAddress"> <summary> Gets or sets a street address for the location of the specified printer (optional). </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.SetPrinterProperty.Subunit"> <summary> Gets or sets a subunit (in form of a list) for the location of the specified printer (optional). </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.SetPrinterProperty.City"> <summary> Gets or sets a city for the location of the specified printer (optional). </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.SetPrinterProperty.PostalCode"> <summary> Gets or sets a postal code for the location of the specified printer (optional). </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.SetPrinterProperty.CountryOrRegion"> <summary> Gets or sets a country for the location of the specified printer (optional). </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.SetPrinterProperty.Site"> <summary> Gets or sets a site name for the location of the specified printer (optional). </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.SetPrinterProperty.Building"> <summary> Gets or sets a building name for the location of the specified printer (optional). </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.SetPrinterProperty.Floor"> <summary> Gets or sets a floor for the location of the specified printer (optional). </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.SetPrinterProperty.FloorDescription"> <summary> Gets or sets a floor description for the location of the specified printer (optional). </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.SetPrinterProperty.RoomName"> <summary> Gets or sets a room name for the location of the specified printer (optional). </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.SetPrinterProperty.RoomDescription"> <summary> Gets or sets a room description for the location of the specified printer (optional). </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.SetPrinterProperty.Organization"> <summary> Gets or sets a hierarchical organization for the location of the specified printer (optional). </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.SetPrinterProperty.Subdivision"> <summary> Gets or sets a hierarchical subdivision for the location of the specified printer (optional). </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.SetPrinterProperty.StateOrProvince"> <summary> Gets or sets state or province for the location of the specified printer (optional). </summary> </member> <member name="M:Microsoft.UPManagement.Cmdlets.SetPrinterProperty.ProcessRecord"> <inheritdoc/> </member> <member name="M:Microsoft.UPManagement.Cmdlets.SetPrinterProperty.UpdatePrinterProperties"> <summary> Sends a request to UP service to update the specified printer. </summary> <returns>The updated <see cref="T:Microsoft.UPManagement.Models.Printer"/>.</returns> </member> <member name="T:Microsoft.UPManagement.Cmdlets.SetPrinterShare"> <summary> Cmdlet for updating a printer share. </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.SetPrinterShare.ShareId"> <summary> Gets or sets the id of the printer share that must be updated. </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.SetPrinterShare.ShareName"> <summary> Gets or sets the name for updating the specified printer share (optional). </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.SetPrinterShare.TargetPrinterId"> <summary> Gets or sets the id of the target printer that the specified printer share will point to. </summary> </member> <member name="M:Microsoft.UPManagement.Cmdlets.SetPrinterShare.ProcessRecord"> <inheritdoc/> </member> <member name="M:Microsoft.UPManagement.Cmdlets.SetPrinterShare.UpdatePrinterShare"> <summary> Sends a request to UP service to update the specified printer share. </summary> <returns>The updated <see cref="T:Microsoft.UPManagement.Models.PrinterShare"/>.</returns> </member> <member name="T:Microsoft.UPManagement.Cmdlets.UPCmdletsBase"> <summary> Base class for cmdlets that interact with Universal Print service. </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.UPCmdletsBase.SwitchAccount"> <summary> Gets or sets the flag that user can provide to enter credentials for a different account. </summary> </member> <member name="P:Microsoft.UPManagement.Cmdlets.UPCmdletsBase.GraphBaseUri"> <summary> Gets the MS Graph base URI which is dependant on the target UP environment <see cref="P:Microsoft.UPManagement.Config.GraphBaseUri"/>. </summary> </member> <member name="M:Microsoft.UPManagement.Cmdlets.UPCmdletsBase.GetPaginatedResultsFromGraph``1(System.String,System.String,System.Int32,System.String)"> <summary> Helper generic method for paging results whenever a list of any type is request from UP service. </summary> <typeparam name="T">Type of object that is being listed.</typeparam> <param name="requestPath">Path for the request.</param> <param name="requestQuery">Optional parameter for querying results.</param> <param name="limit">Optional parameter for limiting upper bounds of results.</param> <param name="continuationToken">Optional parameter to continue iteration through a printer list.</param> <returns>A list of define object type.</returns> </member> <member name="M:Microsoft.UPManagement.Cmdlets.UPCmdletsBase.ConfirmFlagIsPresent"> <summary> Cmdlets that have a destructive impact, should make a call to ShouldProcess to prompt the user for confirmation, however they should avoid the prompt if the user has passed the -Confirm flag. </summary> <returns>True if -Confirm flag is passed down to the cmdlet.</returns> </member> <member name="M:Microsoft.UPManagement.Cmdlets.UPCmdletsBase.NewHttpClient"> <summary> Creats a new <see cref="T:System.Net.Http.HttpClient"/>. The use of this method enable mocking the client. </summary> <returns>A new <see cref="T:System.Net.Http.HttpClient"/>.</returns> </member> <member name="M:Microsoft.UPManagement.Cmdlets.UPCmdletsBase.GetFromGraph(System.String,System.String,System.String)"> <summary> Make a GET request to MS Graph with a request path and query. </summary> <param name="requestPath">Path of the resource that will be retrieved.</param> <param name="requestQuery">Query to filter the returned resources.</param> <param name="continuationToken">Optional parameter to continue iteration through a printer list.</param> <returns>The raw reponse content.</returns> </member> <member name="M:Microsoft.UPManagement.Cmdlets.UPCmdletsBase.GetFromGraph(System.String)"> <summary> Make a GET request to MS Graph given query and path appended together. </summary> <param name="requestPathAndQuery">Resource path which may be appended by a query.</param> <returns>The raw reponse content.</returns> </member> <member name="M:Microsoft.UPManagement.Cmdlets.UPCmdletsBase.PostToGraph(System.String,Newtonsoft.Json.Linq.JObject)"> <summary> Makes a POST call to MS Graph. </summary> <param name="requestPath">Resource path.</param> <param name="payload">Payload (i.e. body) for the POST request.</param> <returns>The raw reponse content.</returns> </member> <member name="M:Microsoft.UPManagement.Cmdlets.UPCmdletsBase.PatchToGraph(System.String,Newtonsoft.Json.Linq.JObject)"> <summary> Makes a PATCH call to MS Graph. </summary> <param name="requestPath">Resource path.</param> <param name="payload">Payload (i.e. body) for the PATCH request.</param> <returns>The raw reponse content.</returns> </member> <member name="M:Microsoft.UPManagement.Cmdlets.UPCmdletsBase.DeleteFromGraph(System.String)"> <summary> Makes a DELETE call to MS Graph. </summary> <param name="requestPath">Resource path.</param> <returns>The raw reponse content.</returns> </member> <member name="M:Microsoft.UPManagement.Cmdlets.UPCmdletsBase.SetRequestHeaderAndBaseUri(System.Net.Http.HttpClient)"> <summary> Sets the http client base address, authorization header and content type. </summary> <param name="httpClient">The target http client that needs the headers and base address.</param> </member> <member name="M:Microsoft.UPManagement.Cmdlets.UPCmdletsBase.GetGraphAuthHeader"> <summary> Makes a request to AAD to prompt the user for getting a token to authorize calls to MS Graph. </summary> <returns>The authorization header in form of "Bearer {token}".</returns> </member> <member name="M:Microsoft.UPManagement.Cmdlets.UPCmdletsBase.AuthenticateWithGraph(System.String,System.Security.SecureString)"> <summary> Gets and stores authentication for communication with UP Service (through MS Graph). </summary> <param name="userPrincipalName">Provide (in combination with password) to authenticate without interaction.</param> <param name="password">Provide (in combination with userName) to authenticate without interaction.</param> <returns>Auhtentication results.</returns> </member> <member name="T:Microsoft.UPManagement.Config"> <summary> Static class for providing the endpoint for calling into UP service (based on the environment variable $env:UPTargetEnv). </summary> </member> <member name="P:Microsoft.UPManagement.Config.GraphBaseUri"> <summary> Gets ir sets the URI that cmdlets should use for acessing UP service. </summary> </member> <member name="P:Microsoft.UPManagement.Config.IdaAuthority"> <summary> Gets the authority for acquiring access tokens. </summary> </member> <member name="P:Microsoft.UPManagement.Config.IdaDefaultScopes"> <summary> Gets the scopes that should be requested when getting an access token. </summary> </member> <member name="P:Microsoft.UPManagement.Config.IdaRedirectUri"> <summary> Gets the redirect URI when requesting a token from <see cref="P:Microsoft.UPManagement.Config.IdaAuthority" />. </summary> </member> <member name="P:Microsoft.UPManagement.Config.IdaAudienceResource"> <summary> Gets the audience resourcec when requesting a token from <see cref="P:Microsoft.UPManagement.Config.IdaAuthority" />. </summary> </member> <member name="M:Microsoft.UPManagement.Config.EqualsInv(System.String,System.String)"> <summary> Alias for Culture Invariant, Ignore Case string comparison. </summary> <param name="s1">first string to compare.</param> <param name="s2">second string for comparison.</param> <returns>Whether s1 and s2 are equal (ignores case).</returns> </member> <member name="T:Microsoft.UPManagement.Common.EdmDateJsonConverter"> <summary> Custon Json converter for serialization and deserialization of <see cref="T:Microsoft.UPManagement.Models.Date"/> type. </summary> </member> <member name="M:Microsoft.UPManagement.Common.EdmDateJsonConverter.CanConvert(System.Type)"> <inheritdoc/> </member> <member name="M:Microsoft.UPManagement.Common.EdmDateJsonConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)"> <inheritdoc/> </member> <member name="M:Microsoft.UPManagement.Common.EdmDateJsonConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)"> <inheritdoc/> </member> <member name="T:Microsoft.UPManagement.Common.Helpers"> <summary> Static class for common functionalities of this moudle. </summary> </member> <member name="M:Microsoft.UPManagement.Common.Helpers.BuildLocationBody(System.Nullable{System.Double},System.Nullable{System.Double},System.Nullable{System.Int32},System.String,System.String[],System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String[],System.String[],System.String)"> <summary> Builds a JSON object out of the provided location attributes. Note: this method allows setting any of the fields to null for clearing the field from service. </summary> <param name="latitude">Latitude.</param> <param name="longitude">Longitude.</param> <param name="altitudeInMeters">Altitude in meters.</param> <param name="streetAddress">Street address.</param> <param name="subunit">An array of hierarchical Subunits.</param> <param name="city">City.</param> <param name="countryOrRegion">Country or region.</param> <param name="postalCode">Postal code.</param> <param name="site">Site.</param> <param name="building">Building.</param> <param name="floor">Floor.</param> <param name="floorDescription">Floor description.</param> <param name="roomName">Room name.</param> <param name="roomDescription">Room description.</param> <param name="organization">An array representing the hierarchical organization.</param> <param name="subdivision">An array of the hierarchical subdivisions.</param> <param name="stateOrProvince">State or province.</param> <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> representing the location.</returns> </member> <member name="T:Microsoft.UPManagement.CustomValidators.ValidateNullableRangeAttribute"> <summary> Just like ValidateRangeAttribute, but it also allows nulls. </summary> </member> <member name="M:Microsoft.UPManagement.CustomValidators.ValidateNullableRangeAttribute.#ctor(System.Object,System.Object)"> <summary> Initializes a new instance of the <see cref="T:Microsoft.UPManagement.CustomValidators.ValidateNullableRangeAttribute"/> class. </summary> <param name="minRange">Minimum acceptable value (inclusive).</param> <param name="maxRange">Maximum acceptable value (inclusive).</param> </member> <member name="M:Microsoft.UPManagement.CustomValidators.ValidateNullableRangeAttribute.Validate(System.Object,System.Management.Automation.EngineIntrinsics)"> <inheritdoc /> </member> <member name="T:Microsoft.UPManagement.DynamicParameters.PrinterIdDynamicParameter"> <summary> Class for enabling dynamic parameter PrinterId (currently only used when getting printer usage reports). </summary> </member> <member name="P:Microsoft.UPManagement.DynamicParameters.PrinterIdDynamicParameter.PrinterId"> <summary> Gets or sets the id of a printer. </summary> </member> <member name="T:Microsoft.UPManagement.DynamicParameters.UserPrincipalNameDynamicParameter"> <summary> Class for enabling dynamic parameter UserPrincipalName (currently only used when getting user usage reports). </summary> </member> <member name="P:Microsoft.UPManagement.DynamicParameters.UserPrincipalNameDynamicParameter.UserPrincipalName"> <summary> Gets or sets the upn of user. </summary> </member> <member name="T:Microsoft.UPManagement.ErrorHandling.ErrorResponseBody"> <summary> Class for deserializing error responses from MS Graph. </summary> </member> <member name="T:Microsoft.UPManagement.ErrorHandling.FailedCmdletException"> <summary> Internal class for proper error handling according to PowerShell best practices. </summary> </member> <member name="T:Microsoft.UPManagement.LocalizationResource"> <summary> A strongly-typed resource class, for looking up localized strings, etc. </summary> </member> <member name="P:Microsoft.UPManagement.LocalizationResource.ResourceManager"> <summary> Returns the cached ResourceManager instance used by this class. </summary> </member> <member name="P:Microsoft.UPManagement.LocalizationResource.Culture"> <summary> Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class. </summary> </member> <member name="P:Microsoft.UPManagement.LocalizationResource.ConfirmActionGrantAllUserAccess"> <summary> Looks up a localized string similar to Grant print access to all users of the organization.. </summary> </member> <member name="P:Microsoft.UPManagement.LocalizationResource.ConfirmActionGrantGroupAccessFormat"> <summary> Looks up a localized string similar to Grant print acces to group with id of {0}. </summary> </member> <member name="P:Microsoft.UPManagement.LocalizationResource.ConfirmActionGrantUserAccessFormat"> <summary> Looks up a localized string similar to Grant print acces to user with id of {0}. </summary> </member> <member name="P:Microsoft.UPManagement.LocalizationResource.ConfirmActionRevokeAllUserAccess"> <summary> Looks up a localized string similar to Revoke print access from all users of the organization.. </summary> </member> <member name="P:Microsoft.UPManagement.LocalizationResource.ConfirmActionRevokeGroupAccessFormat"> <summary> Looks up a localized string similar to Revoke print access from group with id of {0}. </summary> </member> <member name="P:Microsoft.UPManagement.LocalizationResource.ConfirmActionRevokeUserAccessFormat"> <summary> Looks up a localized string similar to Revoke print access from user with id of {0}. </summary> </member> <member name="P:Microsoft.UPManagement.LocalizationResource.NeedEitherUserIdOrGroupIdError"> <summary> Looks up a localized string similar to You need to provide either UserId or GroupId.. </summary> </member> <member name="P:Microsoft.UPManagement.LocalizationResource.NoConnectorPropertyProvidedError"> <summary> Looks up a localized string similar to At least one property (aside from connector ID) must be provided for updating the connector.. </summary> </member> <member name="P:Microsoft.UPManagement.LocalizationResource.NoPrinterPropertyProvidedError"> <summary> Looks up a localized string similar to At least one property (aside from printer ID) must be provided for updating the printer.. </summary> </member> <member name="P:Microsoft.UPManagement.LocalizationResource.SuccessfulDeletePrinterShareFormat"> <summary> Looks up a localized string similar to Successfully deleted PrinterShare of id {0}.. </summary> </member> <member name="P:Microsoft.UPManagement.LocalizationResource.SuccessfullAuthenticationFormat"> <summary> Looks up a localized string similar to Default user name is set to {0}. To switch accounts, use '-{1}' flag with any UP cmdlet.. </summary> </member> <member name="P:Microsoft.UPManagement.LocalizationResource.SuccessfulSwitchAccountFormat"> <summary> Looks up a localized string similar to Successfully switched account to {0}.. </summary> </member> <member name="P:Microsoft.UPManagement.LocalizationResource.SuccessfulUnregisterConnectorFormat"> <summary> Looks up a localized string similar to Successfully unregistered connector {0}.. </summary> </member> <member name="P:Microsoft.UPManagement.LocalizationResource.SuccessfulUnregisterPrinterFormat"> <summary> Looks up a localized string similar to Successfully unregistered printer {0}.. </summary> </member> <member name="P:Microsoft.UPManagement.LocalizationResource.SuggestContinuationToken"> <summary> Looks up a localized string similar to Rerun with -ContinuationToken to continue from last cutoff.. </summary> </member> <member name="P:Microsoft.UPManagement.LocalizationResource.SuggestSwitchAccount"> <summary> Looks up a localized string similar to It seems the current selected admin account cannot acceess Universal Print. You can use '-SwitchAccount' with any command to switch to a different account.. </summary> </member> <member name="P:Microsoft.UPManagement.LocalizationResource.UnknownAuthenticationError"> <summary> Looks up a localized string similar to Unknown authentication error occured while trying to acquire a token.. </summary> </member> <member name="P:Microsoft.UPManagement.LocalizationResource.UnknownError"> <summary> Looks up a localized string similar to Unknown error message. </summary> </member> <member name="P:Microsoft.UPManagement.LocalizationResource.UserPrincipalNameFormatError"> <summary> Looks up a localized string similar to Failed to parse user principal name. It should be in the format of <username>@<tenant>.. </summary> </member> <member name="P:Microsoft.UPManagement.LocalizationResource.ValidateRangeTooBigFormat"> <summary> Looks up a localized string similar to Maximum valid value for this field is {0}, received value: {1}.. </summary> </member> <member name="P:Microsoft.UPManagement.LocalizationResource.ValidateRangeTooSmallFormat"> <summary> Looks up a localized string similar to Minimum valid value for this field is {0}, received value: {1}.. </summary> </member> <member name="P:Microsoft.UPManagement.LocalizationResource.ValidationRangeElementTypeFormat"> <summary> Looks up a localized string similar to Expecting element type of {0}, but the provided element type is {1}.. </summary> </member> <member name="P:Microsoft.UPManagement.LocalizationResource.WarningPrinterShareHasAllUsersAccessFormat"> <summary> Looks up a localized string similar to Printer share {0} has been granted 'AllUsersAccess' which overrides all other access policies.. </summary> </member> <member name="P:Microsoft.UPManagement.LocalizationResource.WarningRemovingPrinterShare"> <summary> Looks up a localized string similar to Warning: Users will no longer be able to print to the shared printer.. </summary> </member> <member name="T:Microsoft.UPManagement.Models.Date"> <summary> Class for serializing/deserializing Edm Date. </summary> </member> <member name="F:Microsoft.UPManagement.Models.Date.MinValue"> <summary> Minimum possible value for Date. </summary> </member> <member name="F:Microsoft.UPManagement.Models.Date.MaxValue"> <summary> Maximum possible value for Date. </summary> </member> <member name="M:Microsoft.UPManagement.Models.Date.op_Implicit(Microsoft.UPManagement.Models.Date)~System.DateTime"> <summary> Implements implicit conversion to <see cref="T:System.DateTime"/> class. </summary> <param name="operand">original Date to convert.</param> </member> <member name="M:Microsoft.UPManagement.Models.Date.op_Implicit(System.DateTime)~Microsoft.UPManagement.Models.Date"> <summary> Implements implicit conversion from <see cref="T:System.DateTime"/> class. </summary> <param name="operand">original DateTime to convert.</param> </member> <member name="M:Microsoft.UPManagement.Models.Date.op_Equality(Microsoft.UPManagement.Models.Date,Microsoft.UPManagement.Models.Date)"> <summary> Implements operator equals. </summary> <param name="firstOperand">first operand.</param> <param name="secondOperand">second operand.</param> <returns>A bool indicating result of comparison.</returns> </member> <member name="M:Microsoft.UPManagement.Models.Date.op_Inequality(Microsoft.UPManagement.Models.Date,Microsoft.UPManagement.Models.Date)"> <summary> Implements operator not equals. </summary> <param name="firstOperand">first operand.</param> <param name="secondOperand">second operand.</param> <returns>A bool indicating result of comparison.</returns> </member> <member name="M:Microsoft.UPManagement.Models.Date.op_LessThan(Microsoft.UPManagement.Models.Date,Microsoft.UPManagement.Models.Date)"> <summary> Implements operator less than. </summary> <param name="firstOperand">first operand.</param> <param name="secondOperand">second operand.</param> <returns>A bool indicating result of comparison.</returns> </member> <member name="M:Microsoft.UPManagement.Models.Date.op_LessThanOrEqual(Microsoft.UPManagement.Models.Date,Microsoft.UPManagement.Models.Date)"> <summary> Implements operator less than or equal. </summary> <param name="firstOperand">first operand.</param> <param name="secondOperand">second operand.</param> <returns>A bool indicating result of comparison.</returns> </member> <member name="M:Microsoft.UPManagement.Models.Date.op_GreaterThan(Microsoft.UPManagement.Models.Date,Microsoft.UPManagement.Models.Date)"> <summary> Implements operator greater than. </summary> <param name="firstOperand">first operand.</param> <param name="secondOperand">second operand.</param> <returns>A bool indicating result of comparison.</returns> </member> <member name="M:Microsoft.UPManagement.Models.Date.op_GreaterThanOrEqual(Microsoft.UPManagement.Models.Date,Microsoft.UPManagement.Models.Date)"> <summary> Implements operator greater than or equal. </summary> <param name="firstOperand">first operand.</param> <param name="secondOperand">second operand.</param> <returns>A bool indicating result of comparison.</returns> </member> <member name="M:Microsoft.UPManagement.Models.Date.ToString"> <inheritdoc/> </member> <member name="M:Microsoft.UPManagement.Models.Date.Equals(System.Object)"> <inheritdoc/> </member> <member name="M:Microsoft.UPManagement.Models.Date.CompareTo(System.Object)"> <inheritdoc/> </member> <member name="M:Microsoft.UPManagement.Models.Date.CompareTo(Microsoft.UPManagement.Models.Date)"> <inheritdoc/> </member> <member name="M:Microsoft.UPManagement.Models.Date.Equals(Microsoft.UPManagement.Models.Date)"> <inheritdoc/> </member> <member name="M:Microsoft.UPManagement.Models.Date.GetHashCode"> <inheritdoc/> </member> <member name="T:Microsoft.UPManagement.Models.Identity"> <summary> Class for serializing/deserializing general graph identity. </summary> </member> <member name="P:Microsoft.UPManagement.Models.Identity.Id"> <summary> Gets or sets identity's unique id. </summary> </member> <member name="P:Microsoft.UPManagement.Models.Identity.DisplayName"> <summary> Gets or sets identity's display name. </summary> </member> <member name="T:Microsoft.UPManagement.Models.IntegerRange"> <summary> Class for deserializing integer range. </summary> </member> <member name="P:Microsoft.UPManagement.Models.IntegerRange.Start"> <summary> Gets or sets start of the range. </summary> </member> <member name="P:Microsoft.UPManagement.Models.IntegerRange.End"> <summary> Gets or sets end of the range. </summary> </member> <member name="T:Microsoft.UPManagement.Models.IdentityType"> <summary> Enum to distinct users from groups. </summary> </member> <member name="F:Microsoft.UPManagement.Models.IdentityType.User"> <summary> A user type of member </summary> </member> <member name="F:Microsoft.UPManagement.Models.IdentityType.Group"> <summary> A group type of member </summary> </member> <member name="T:Microsoft.UPManagement.Models.Member"> <summary> Wrapper class to extend graph genenral identity with a <see cref="T:Microsoft.UPManagement.Models.IdentityType"/>. </summary> </member> <member name="M:Microsoft.UPManagement.Models.Member.#ctor(Microsoft.UPManagement.Models.Identity,Microsoft.UPManagement.Models.IdentityType)"> <summary> Initializes a new instance of the <see cref="T:Microsoft.UPManagement.Models.Member"/> class. </summary> <param name="identity">original identity.</param> <param name="type">type of the identity.</param> </member> <member name="M:Microsoft.UPManagement.Models.Member.#ctor(Microsoft.UPManagement.Models.UserIdentity)"> <summary> Initializes a new instance of the <see cref="T:Microsoft.UPManagement.Models.Member"/> class. </summary> <param name="identity">original identity.</param> </member> <member name="P:Microsoft.UPManagement.Models.Member.Type"> <summary> Gets or sets the <see cref="T:Microsoft.UPManagement.Models.IdentityType"/> of the member. </summary> </member> <member name="P:Microsoft.UPManagement.Models.Member.DisplayName"> <summary> Gets or sets the display name of the member. </summary> </member> <member name="P:Microsoft.UPManagement.Models.Member.Id"> <summary> Gets or sets the id of member. </summary> </member> <member name="T:Microsoft.UPManagement.Models.PrintConnector"> <summary> Class for deserializing connector. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintConnector.Id"> <summary> Gets or sets connector id. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintConnector.DisplayName"> <summary> Gets or sets connector name. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintConnector.FullyQualifiedDomainName"> <summary> Gets or sets . </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintConnector.OperatingSystem"> <summary> Gets or sets os of connector's host. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintConnector.AppVersion"> <summary> Gets or sets connector app version. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintConnector.Location"> <summary> Gets or sets connector's location. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintConnector.RegisteredDateTime"> <summary> Gets or sets connector's registered date time. </summary> </member> <member name="T:Microsoft.UPManagement.Models.PrintDocument"> <summary> Class for deserializing print document. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintDocument.Id"> <summary> Gets or sets document's id. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintDocument.DisplayName"> <summary> Gets or sets document's display name. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintDocument.ContentType"> <summary> Gets or sets document's content type. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintDocument.Size"> <summary> Gets or sets document's size. </summary> </member> <member name="M:Microsoft.UPManagement.Models.PrintDocument.ToString"> <inheritdoc/> </member> <member name="T:Microsoft.UPManagement.Models.Printer"> <summary> Class for deserializing printer. </summary> </member> <member name="P:Microsoft.UPManagement.Models.Printer.Id"> <summary> Gets or sets printer id. </summary> </member> <member name="P:Microsoft.UPManagement.Models.Printer.DisplayName"> <summary> Gets or sets name. </summary> </member> <member name="P:Microsoft.UPManagement.Models.Printer.Manufacturer"> <summary> Gets or sets manufacturer. </summary> </member> <member name="P:Microsoft.UPManagement.Models.Printer.Model"> <summary> Gets or sets model. </summary> </member> <member name="P:Microsoft.UPManagement.Models.Printer.IsAcceptingJobs"> <summary> Gets or sets a value indicating whether or not printer is accepting jobs. </summary> </member> <member name="P:Microsoft.UPManagement.Models.Printer.Defaults"> <summary> Gets or sets printer defaults. </summary> </member> <member name="P:Microsoft.UPManagement.Models.Printer.Location"> <summary> Gets or sets printer location. </summary> </member> <member name="P:Microsoft.UPManagement.Models.Printer.Capabilities"> <summary> Gets or sets printer capabilities. </summary> </member> <member name="P:Microsoft.UPManagement.Models.Printer.Status"> <summary> Gets or sets printer status. </summary> </member> <member name="P:Microsoft.UPManagement.Models.Printer.Jobs"> <summary> Gets or sets printer jobs. </summary> </member> <member name="P:Microsoft.UPManagement.Models.Printer.RegisteredDateTime"> <summary> Gets or sets registered date time. </summary> </member> <member name="P:Microsoft.UPManagement.Models.Printer.IsShared"> <summary> Gets or sets a value indicating whether printer is shared. </summary> </member> <member name="P:Microsoft.UPManagement.Models.Printer.HasPhysicalDevice"> <summary> Gets or sets a value indicating whether printer has a physical device. </summary> </member> <member name="P:Microsoft.UPManagement.Models.Printer.Shares"> <summary> Gets or sets printer shares (only if printer is shared). </summary> </member> <member name="P:Microsoft.UPManagement.Models.Printer.Connectors"> <summary> Gets or sets connector(s) that are making this printer available to UP. </summary> </member> <member name="M:Microsoft.UPManagement.Models.Printer.ToString"> <inheritdoc/> </member> <member name="T:Microsoft.UPManagement.Models.PrinterCapabilities"> <summary> Class for deserializing printer capabilities. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.ContentTypes"> <summary> Gets or sets list of content types. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.IsColorPrintingSupported"> <summary> Gets or sets a value indicating whether color printing is supported. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.FeedOrientations"> <summary> Gets or sets list of printer feed orientations. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.IsPageRangeSupported"> <summary> Gets or sets a value indicating whether page-range is supported. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.Qualities"> <summary> Gets or sets list of supported print qualities. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.Dpis"> <summary> Gets or sets list of supported dpis. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.DuplexModes"> <summary> Gets or sets list of supported duplex modes. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.CopiesPerJob"> <summary> Gets or sets range of copies per job. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.Finishings"> <summary> Gets or sets list of supported print finishing. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.MediaColors"> <summary> Gets or sets list of supported media colors. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.MediaTypes"> <summary> Gets or sets list of supported media types. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.MediaSizes"> <summary> Gets or sets list of supported media sizes. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.PagesPerSheet"> <summary> Gets or sets list of supported number of pages per sheet. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.Orientations"> <summary> Gets or sets list of supported print orientations. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.OutputBins"> <summary> Gets or sets list of output bin names. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.SupportsFitPdfToPage"> <summary> Gets or sets a value indicating whether printer support fit pdf to page. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.MultipageLayouts"> <summary> Gets or sets list of multipage print layouts. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.ColorModes"> <summary> Gets or sets list of supported color modes. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.InputBins"> <summary> Gets or sets list of input bin names. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.TopMargins"> <summary> Gets or sets list of numbers corresponding to top margins. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.BottomMargins"> <summary> Gets or sets list of numbers corresponding to bottom margins. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.RightMargins"> <summary> Gets or sets list of numbers corresponding to right margins. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.LeftMargins"> <summary> Gets or sets list of numbers corresponding to left margins. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.Collation"> <summary> Gets or sets a value indicating whether collation is supproted. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.Scalings"> <summary> Gets or sets list of supported print scalings. </summary> </member> <member name="T:Microsoft.UPManagement.Models.PrinterDefaults"> <summary> Class for deserializing printer defaults. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterDefaults.CopiesPerJob"> <summary> Gets or sets range of copies per job. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterDefaults.ContentType"> <summary> Gets or sets content type. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterDefaults.Finishings"> <summary> Gets or sets list of supported print finishing. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterDefaults.MediaColor"> <summary> Gets or sets media color. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterDefaults.MediaType"> <summary> Gets or sets media type. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterDefaults.MediaSize"> <summary> Gets or sets media size. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterDefaults.PagesPerSheet"> <summary> Gets or sets number of pages per sheet. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterDefaults.Orientation"> <summary> Gets or sets print orientation. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterDefaults.OutputBin"> <summary> Gets or sets output bin name. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterDefaults.InputBin"> <summary> Gets or sets input bin name. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterDefaults.FitPdfToPage"> <summary> Gets or sets a value indicating whether printer supports fit pdf to page. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterDefaults.MultipageLayout"> <summary> Gets or sets multipage print layouts. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterDefaults.ColorMode"> <summary> Gets or sets color mode. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterDefaults.Quality"> <summary> Gets or sets print quality. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterDefaults.DuplexMode"> <summary> Gets or sets duplex mode. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterDefaults.Dpi"> <summary> Gets or sets dpi. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterDefaults.Scaling"> <summary> Gets or sets scaling. </summary> </member> <member name="T:Microsoft.UPManagement.Models.PrinterLocation"> <summary> Class for serializing/deserializing printer location. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterLocation.Latitude"> <summary> Gets or sets latitude. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterLocation.Longitude"> <summary> Gets or sets longitude. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterLocation.AltitudeInMeters"> <summary> Gets or sets altitude. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterLocation.StreetAddress"> <summary> Gets or sets street address. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterLocation.Subunit"> <summary> Gets or sets sub unit (hiararchical). </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterLocation.City"> <summary> Gets or sets city. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterLocation.PostalCode"> <summary> Gets or sets postal code. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterLocation.CountryOrRegion"> <summary> Gets or sets country or region. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterLocation.Site"> <summary> Gets or sets site. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterLocation.Building"> <summary> Gets or sets building. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterLocation.Floor"> <summary> Gets or sets floor. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterLocation.FloorDescription"> <summary> Gets or sets floor description. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterLocation.RoomName"> <summary> Gets or sets room name. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterLocation.RoomDescription"> <summary> Gets or sets room description. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterLocation.Organization"> <summary> Gets or sets organizaion (hiararchical). </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterLocation.Subdivision"> <summary> Gets or sets sub division (hiararchical). </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterLocation.StateOrProvince"> <summary> Gets or sets state or province. </summary> </member> <member name="T:Microsoft.UPManagement.Models.PrinterShare"> <summary> Class for deserializing printer share. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterShare.Id"> <summary> Gets or sets share id. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterShare.DisplayName"> <summary> Gets or sets share name. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterShare.AllowAllUsers"> <summary> Gets or sets a value indicating whether all users have print access. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterShare.CreatedDateTime"> <summary> Gets or sets share creation time. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterShare.Printer"> <summary> Gets or sets <see cref="P:Microsoft.UPManagement.Models.PrinterShare.Printer"/> corresponding to this share. </summary> </member> <member name="M:Microsoft.UPManagement.Models.PrinterShare.ToString"> <inheritdoc/> </member> <member name="T:Microsoft.UPManagement.Models.PrinterStatus"> <summary> Class for deserializing printer status. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterStatus.State"> <summary> Gets or sets printer processing state. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterStatus.Details"> <summary> Gets or sets printer processing state details. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrinterStatus.Description"> <summary> Gets or sets printer processing state description. </summary> </member> <member name="T:Microsoft.UPManagement.Models.PrintJob"> <summary> Class for deserializing print job. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintJob.Id"> <summary> Gets or sets job id. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintJob.CreatedDateTime"> <summary> Gets or sets job creation time. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintJob.Status"> <summary> Gets or sets job status. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintJob.CreatedBy"> <summary> Gets or sets job owner. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintJob.Configuration"> <summary> Gets or sets job configuration. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintJob.RedirectedTo"> <summary> Gets or sets redirection to. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintJob.RedirectedFrom"> <summary> Gets or sets redirection from. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintJob.IsFetchable"> <summary> Gets or sets a value indicating whether or not a job is fetchable. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintJob.Documents"> <summary> Gets or sets job documents. </summary> </member> <member name="T:Microsoft.UPManagement.Models.PrintJobConfiguration"> <summary> Class for deserializing print job configuration. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintJobConfiguration.PageRanges"> <summary> Gets or sets document's pageRanges. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintJobConfiguration.Quality"> <summary> Gets or sets document's quality. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintJobConfiguration.Dpi"> <summary> Gets or sets document's dpi. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintJobConfiguration.FeedOrientation"> <summary> Gets or sets document's feedOrientation. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintJobConfiguration.Orientation"> <summary> Gets or sets document's orientation. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintJobConfiguration.DuplexMode"> <summary> Gets or sets document's duplexMode. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintJobConfiguration.Copies"> <summary> Gets or sets document's copies. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintJobConfiguration.ColorMode"> <summary> Gets or sets document's colorMode. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintJobConfiguration.InputBin"> <summary> Gets or sets document's inputBin. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintJobConfiguration.OutputBin"> <summary> Gets or sets document's outputBin. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintJobConfiguration.MediaSize"> <summary> Gets or sets document's mediaSize. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintJobConfiguration.Margin"> <summary> Gets or sets document's margin. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintJobConfiguration.MediaType"> <summary> Gets or sets document's mediaType. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintJobConfiguration.Finishings"> <summary> Gets or sets document's finishings. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintJobConfiguration.PagesPerSheet"> <summary> Gets or sets document's pagesPerSheet. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintJobConfiguration.MultipageLayout"> <summary> Gets or sets document's multipageLayout. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintJobConfiguration.Collate"> <summary> Gets or sets a value indicating whether document should be collated. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintJobConfiguration.Scaling"> <summary> Gets or sets document's scaling. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintJobConfiguration.FitPdfToPage"> <summary> Gets or sets a value indicating whether printer should fit PDF document to page. </summary> </member> <member name="T:Microsoft.UPManagement.Models.PrintJobStatus"> <summary> Class for deserializing users print print job status. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintJobStatus.State"> <summary> Gets or sets job processing state. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintJobStatus.Description"> <summary> Gets or sets job processing state description. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintJobStatus.IsAcquiredByPrinter"> <summary> Gets or sets a value indicating whether job has been fetched by a printer. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintJobStatus.Details"> <summary> Gets or sets printer processing state details. </summary> </member> <member name="T:Microsoft.UPManagement.Models.PrintMargin"> <summary> Class for deserializing print margin. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintMargin.Top"> <summary> Gets or sets margin. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintMargin.Bottom"> <summary> Gets or sets margin. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintMargin.Right"> <summary> Gets or sets margin. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintMargin.Left"> <summary> Gets or sets margin. </summary> </member> <member name="T:Microsoft.UPManagement.Models.PrintUsage"> <summary> Class for deserializing print usage. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintUsage.Id"> <summary> Gets or sets id. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintUsage.UsageDate"> <summary> Gets or sets usage date. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintUsage.CompletedBlackAndWhiteJobCount"> <summary> Gets or sets completed black and white job count. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintUsage.CompletedColorJobCount"> <summary> Gets or sets completed color job count. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintUsage.IncompleteJobCount"> <summary> Gets or sets incomplete job count. </summary> </member> <member name="T:Microsoft.UPManagement.Models.PrintUsageByPrinter"> <summary> Class for deserializing print usage by printer. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintUsageByPrinter.PrinterId"> <summary> Gets or sets printer id. </summary> </member> <member name="T:Microsoft.UPManagement.Models.PrintUsageByUser"> <summary> Class for deserializing print usage by user. </summary> </member> <member name="P:Microsoft.UPManagement.Models.PrintUsageByUser.UserPrincipalName"> <summary> Gets or sets UPN. </summary> </member> <member name="T:Microsoft.UPManagement.Models.ResultsWithTokenGeneric`1"> <summary> Class for deserializing list of results and ContinuationToken. </summary> <typeparam name="T">Type.</typeparam> </member> <member name="M:Microsoft.UPManagement.Models.ResultsWithTokenGeneric`1.#ctor(System.Collections.Generic.List{`0},System.String)"> <summary> Initializes a new instance of the <see cref="T:Microsoft.UPManagement.Models.ResultsWithTokenGeneric`1"/> class. </summary> <param name="results">List of result objects to populate with.</param> <param name="token">ContinuationToken to return.</param> </member> <member name="P:Microsoft.UPManagement.Models.ResultsWithTokenGeneric`1.Results"> <summary> Gets or sets result object list. </summary> </member> <member name="P:Microsoft.UPManagement.Models.ResultsWithTokenGeneric`1.ContinuationToken"> <summary> Gets or sets continuation token. </summary> </member> <member name="T:Microsoft.UPManagement.Models.UserIdentity"> <summary> Class for deserializing user identity. </summary> </member> <member name="P:Microsoft.UPManagement.Models.UserIdentity.IpAddress"> <summary> Gets or sets user's ip address. </summary> </member> <member name="P:Microsoft.UPManagement.Models.UserIdentity.UserPrincipalName"> <summary> Gets or sets UPN. </summary> </member> <member name="M:Microsoft.UPManagement.Models.UserIdentity.ToString"> <inheritdoc/> </member> </members> </doc> |