SecurityPrincipalsGetResponse Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the SecurityPrincipalsGetResponse class.
Overloads
SecurityPrincipalsGetResponse() |
Initializes a new instance of the SecurityPrincipalsGetResponse class that has default values. |
SecurityPrincipalsGetResponse(OperationResult, SecurityPrincipals) |
Initializes a new instance of the SecurityPrincipalsGetResponse class that has the specified operation result and principals to get. |
SecurityPrincipalsGetResponse()
Initializes a new instance of the SecurityPrincipalsGetResponse class that has default values.
public:
SecurityPrincipalsGetResponse();
public SecurityPrincipalsGetResponse ();
Public Sub New ()
Applies to
SecurityPrincipalsGetResponse(OperationResult, SecurityPrincipals)
Initializes a new instance of the SecurityPrincipalsGetResponse class that has the specified operation result and principals to get.
public:
SecurityPrincipalsGetResponse(Microsoft::MasterDataServices::OperationResult ^ OperationResult, Microsoft::MasterDataServices::SecurityPrincipals ^ Principals);
public SecurityPrincipalsGetResponse (Microsoft.MasterDataServices.OperationResult OperationResult, Microsoft.MasterDataServices.SecurityPrincipals Principals);
new Microsoft.MasterDataServices.SecurityPrincipalsGetResponse : Microsoft.MasterDataServices.OperationResult * Microsoft.MasterDataServices.SecurityPrincipals -> Microsoft.MasterDataServices.SecurityPrincipalsGetResponse
Public Sub New (OperationResult As OperationResult, Principals As SecurityPrincipals)
Parameters
- OperationResult
- OperationResult
The operation result, including a unique ID for tracking and logging.
- Principals
- SecurityPrincipals
The principals to get.