ArmPurviewModelFactory.PurviewCredentials 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 static Azure.ResourceManager.Purview.Models.PurviewCredentials PurviewCredentials(string identityId = default, Azure.ResourceManager.Purview.Models.PurviewCredentialsType? credentialsType = default);
static member PurviewCredentials : string * Nullable<Azure.ResourceManager.Purview.Models.PurviewCredentialsType> -> Azure.ResourceManager.Purview.Models.PurviewCredentials
Public Shared Function PurviewCredentials (Optional identityId As String = Nothing, Optional credentialsType As Nullable(Of PurviewCredentialsType) = Nothing) As PurviewCredentials
Parameters
- identityId
- String
Identity identifier for UserAssign type.
- credentialsType
- Nullable<PurviewCredentialsType>
Identity Type.
Returns
A new PurviewCredentials instance for mocking.