Uses of Class
com.azure.resourcemanager.datafactory.models.UserAccessPolicy
Package
Description
Package containing the service clients for DataFactoryManagementClient.
Package containing the inner data models for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of UserAccessPolicy in com.azure.resourcemanager.datafactory.fluent
Modifier and TypeMethodDescriptionFactoriesClient.getDataPlaneAccess
(String resourceGroupName, String factoryName, UserAccessPolicy policy) Get Data Plane access.com.azure.core.http.rest.Response<AccessPolicyResponseInner>
FactoriesClient.getDataPlaneAccessWithResponse
(String resourceGroupName, String factoryName, UserAccessPolicy policy, com.azure.core.util.Context context) Get Data Plane access. -
Uses of UserAccessPolicy in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionAccessPolicyResponseInner.policy()
Get the policy property: The user access policy.Modifier and TypeMethodDescriptionAccessPolicyResponseInner.withPolicy
(UserAccessPolicy policy) Set the policy property: The user access policy. -
Uses of UserAccessPolicy in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionAccessPolicyResponse.policy()
Gets the policy property: The user access policy.UserAccessPolicy.withAccessResourcePath
(String accessResourcePath) Set the accessResourcePath property: The resource path to get access relative to factory.UserAccessPolicy.withExpireTime
(String expireTime) Set the expireTime property: Expiration time for the token.UserAccessPolicy.withPermissions
(String permissions) Set the permissions property: The string with permissions for Data Plane access.UserAccessPolicy.withProfileName
(String profileName) Set the profileName property: The name of the profile.UserAccessPolicy.withStartTime
(String startTime) Set the startTime property: Start time for the token.Modifier and TypeMethodDescriptionFactories.getDataPlaneAccess
(String resourceGroupName, String factoryName, UserAccessPolicy policy) Get Data Plane access.Factory.getDataPlaneAccess
(UserAccessPolicy policy) Get Data Plane access.com.azure.core.http.rest.Response<AccessPolicyResponse>
Factories.getDataPlaneAccessWithResponse
(String resourceGroupName, String factoryName, UserAccessPolicy policy, com.azure.core.util.Context context) Get Data Plane access.com.azure.core.http.rest.Response<AccessPolicyResponse>
Factory.getDataPlaneAccessWithResponse
(UserAccessPolicy policy, com.azure.core.util.Context context) Get Data Plane access.