UpdateTrustedIdProviderParameters Class
- java.
lang. Object - com.
microsoft. azure. management. datalake. store. models. UpdateTrustedIdProviderParameters
- com.
public class UpdateTrustedIdProviderParameters
Data Lake Store Trusted Identity Provider update parameters.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
idProvider()
Get the idProvider value. |
Update |
withIdProvider(String idProvider)
Set the idProvider value. |
Method Details
idProvider
public String idProvider()
Get the idProvider value.
Returns:
the idProvider value
withIdProvider
public UpdateTrustedIdProviderParameters withIdProvider(String idProvider)
Set the idProvider value.
Parameters:
idProvider
- the idProvider value to set
Returns:
the UpdateTrustedIdProviderParameters object itself.
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