UpdateTrustedIdProviderParameters Class

  • java.lang.Object
    • com.azure.resourcemanager.datalakestore.models.UpdateTrustedIdProviderParameters

public final class UpdateTrustedIdProviderParameters

The parameters used to update a trusted identity provider.

Constructor Summary

Constructor Description
UpdateTrustedIdProviderParameters()

Creates an instance of UpdateTrustedIdProviderParameters class.

Method Summary

Modifier and Type Method and Description
String idProvider()

Get the idProvider property: The URL of this trusted identity provider.

void validate()

Validates the instance.

UpdateTrustedIdProviderParameters withIdProvider(String idProvider)

Set the idProvider property: The URL of this trusted identity provider.

Methods inherited from java.lang.Object

Constructor Details

UpdateTrustedIdProviderParameters

public UpdateTrustedIdProviderParameters()

Creates an instance of UpdateTrustedIdProviderParameters class.

Method Details

idProvider

public String idProvider()

Get the idProvider property: The URL of this trusted identity provider.

Returns:

the idProvider value.

validate

public void validate()

Validates the instance.

withIdProvider

public UpdateTrustedIdProviderParameters withIdProvider(String idProvider)

Set the idProvider property: The URL of this trusted identity provider.

Parameters:

idProvider - the idProvider value to set.

Returns:

the UpdateTrustedIdProviderParameters object itself.

Applies to