ProviderRegistrationInterceptor Class
- java.
lang. Object - com.
microsoft. azure. management. resources. fluentcore. utils. ProviderRegistrationInterceptor
- com.
Implements
public final class ProviderRegistrationInterceptor
implements okhttp3.Interceptor
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 |
|---|---|
| okhttp3.Response | intercept(Interceptor.Chain chain) |
Methods inherited from java.lang.Object
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(Interceptor.Chain chain)
Parameters:
Throws: