AccessPolicyResponse 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.
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET