ProviderRegistrationInterceptor Class
- java.
lang. Object - Interceptor
- com.
microsoft. azure. management. resources. fluentcore. utils. ProviderRegistrationInterceptor
- com.
public class ProviderRegistrationInterceptor
An interceptor for automatic provider registration in Azure.
Constructor Summary
Constructor | Description |
---|---|
ProviderRegistrationInterceptor(AzureTokenCredentials credentials) |
Initialize a provider registration interceptor with a credential that's authorized to register the provider. |
Method Summary
Modifier and Type | Method and Description |
---|---|
Response | intercept(Chain chain) |
Constructor Details
ProviderRegistrationInterceptor
public ProviderRegistrationInterceptor(AzureTokenCredentials credentials)
Initialize a provider registration interceptor with a credential that's authorized to register the provider.
Parameters:
credentials
- the credential for provider registration
Method Details
intercept
public Response intercept(Chain chain)
Parameters:
chain
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java