TrustedIdProviderForDataLakeStoreAccountCreateOrUpdateContent Constructor
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.
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.