ServiceVersionGetResponse Constructors

Definition

Initializes a new instance of the ServiceVersionGetResponse class.

Overloads

ServiceVersionGetResponse()

Initializes a new instance of the ServiceVersionGetResponse class.

ServiceVersionGetResponse(Int32, OperationResult, Version)

Initializes a new instance of the ServiceVersionGetResponse class with the specified values.

ServiceVersionGetResponse()

Initializes a new instance of the ServiceVersionGetResponse class.

public:
 ServiceVersionGetResponse();
public ServiceVersionGetResponse ();
Public Sub New ()

Applies to

ServiceVersionGetResponse(Int32, OperationResult, Version)

Initializes a new instance of the ServiceVersionGetResponse class with the specified values.

public:
 ServiceVersionGetResponse(int ApiContractVersion, Microsoft::MasterDataServices::OperationResult ^ OperationResult, Version ^ Version);
public ServiceVersionGetResponse (int ApiContractVersion, Microsoft.MasterDataServices.OperationResult OperationResult, Version Version);
new Microsoft.MasterDataServices.ServiceVersionGetResponse : int * Microsoft.MasterDataServices.OperationResult * Version -> Microsoft.MasterDataServices.ServiceVersionGetResponse
Public Sub New (ApiContractVersion As Integer, OperationResult As OperationResult, Version As Version)

Parameters

ApiContractVersion
Int32

The version of the API contract.

OperationResult
OperationResult

The result of the operation.

Version
Version

The version of the service instance.

Applies to