DataLakeStoreClient.AddOrUpdateTrustedProvider Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProvider AddOrUpdateTrustedProvider (string resourceGroupName, string accountName, string providerName, string providerEndpoint, System.Management.Automation.Cmdlet runningCommand);
member this.AddOrUpdateTrustedProvider : string * string * string * string * System.Management.Automation.Cmdlet -> Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProvider
Public Function AddOrUpdateTrustedProvider (resourceGroupName As String, accountName As String, providerName As String, providerEndpoint As String, runningCommand As Cmdlet) As TrustedIdProvider
Parameters
- resourceGroupName
- String
- accountName
- String
- providerName
- String
- providerEndpoint
- String
- runningCommand
- Cmdlet