AccessPolicyResponse Constructors

Definition

Overloads

AccessPolicyResponse()

Initializes a new instance of the AccessPolicyResponse class.

AccessPolicyResponse(UserAccessPolicy, String, String)

Initializes a new instance of the AccessPolicyResponse class.

AccessPolicyResponse()

Initializes a new instance of the AccessPolicyResponse class.

public AccessPolicyResponse ();
Public Sub New ()

Applies to

AccessPolicyResponse(UserAccessPolicy, String, String)

Initializes a new instance of the AccessPolicyResponse class.

public AccessPolicyResponse (Microsoft.Azure.Management.DataFactory.Models.UserAccessPolicy policy = default, string accessToken = default, string dataPlaneUrl = default);
new Microsoft.Azure.Management.DataFactory.Models.AccessPolicyResponse : Microsoft.Azure.Management.DataFactory.Models.UserAccessPolicy * string * string -> Microsoft.Azure.Management.DataFactory.Models.AccessPolicyResponse
Public Sub New (Optional policy As UserAccessPolicy = Nothing, Optional accessToken As String = Nothing, Optional dataPlaneUrl As String = Nothing)

Parameters

policy
UserAccessPolicy

The user access policy.

accessToken
String

Data Plane read only access token.

dataPlaneUrl
String

Data Plane service base URL.

Applies to