Interface AuthorizationContract.DefinitionStages.WithParentResource
- All Known Subinterfaces:
AuthorizationContract.Definition,AuthorizationContract.DefinitionStages.Blank
- Enclosing interface:
AuthorizationContract.DefinitionStages
public static interface AuthorizationContract.DefinitionStages.WithParentResource
The stage of the AuthorizationContract definition allowing to specify parent resource.
-
Method Summary
Modifier and TypeMethodDescriptionwithExistingAuthorizationProvider(String resourceGroupName, String serviceName, String authorizationProviderId) Specifies resourceGroupName, serviceName, authorizationProviderId.
-
Method Details
-
withExistingAuthorizationProvider
AuthorizationContract.DefinitionStages.WithCreate withExistingAuthorizationProvider(String resourceGroupName, String serviceName, String authorizationProviderId) Specifies resourceGroupName, serviceName, authorizationProviderId.- 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.- Returns:
- the next definition stage.
-