Interface AuthorizationAccessPolicyContract.DefinitionStages.WithParentResource
- All Known Subinterfaces:
AuthorizationAccessPolicyContract.Definition,AuthorizationAccessPolicyContract.DefinitionStages.Blank
- Enclosing interface:
AuthorizationAccessPolicyContract.DefinitionStages
public static interface AuthorizationAccessPolicyContract.DefinitionStages.WithParentResource
The stage of the AuthorizationAccessPolicyContract definition allowing to specify parent resource.
-
Method Summary
Modifier and TypeMethodDescriptionwithExistingAuthorization(String resourceGroupName, String serviceName, String authorizationProviderId, String authorizationId) Specifies resourceGroupName, serviceName, authorizationProviderId, authorizationId.
-
Method Details
-
withExistingAuthorization
AuthorizationAccessPolicyContract.DefinitionStages.WithCreate withExistingAuthorization(String resourceGroupName, String serviceName, String authorizationProviderId, String authorizationId) Specifies resourceGroupName, serviceName, authorizationProviderId, authorizationId.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.serviceName- The name of the API Management service.authorizationProviderId- Identifier of the authorization provider.authorizationId- Identifier of the authorization.- Returns:
- the next definition stage.
-