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:
Method Details
intercept
public Response intercept(Chain chain)
Parameters: