共用方式為


TrustedIdProviderForDataLakeStoreAccountCreateOrUpdateContent Constructor

Definition

Initializes a new instance of TrustedIdProviderForDataLakeStoreAccountCreateOrUpdateContent.

public TrustedIdProviderForDataLakeStoreAccountCreateOrUpdateContent (string name, Uri idProvider);
new Azure.ResourceManager.DataLakeStore.Models.TrustedIdProviderForDataLakeStoreAccountCreateOrUpdateContent : string * Uri -> Azure.ResourceManager.DataLakeStore.Models.TrustedIdProviderForDataLakeStoreAccountCreateOrUpdateContent
Public Sub New (name As String, idProvider As Uri)

Parameters

name
String

The unique name of the trusted identity provider to create.

idProvider
Uri

The URL of this trusted identity provider.

Exceptions

name or idProvider is null.

Applies to