ArmCosmosDBForPostgreSqlModelFactory.IdentityProperties Method

Definition

Describes the identity of the cluster.

public static Azure.ResourceManager.CosmosDBForPostgreSql.Models.IdentityProperties IdentityProperties(Azure.ResourceManager.CosmosDBForPostgreSql.Models.IdentityType? type = default, System.Collections.Generic.IDictionary<string,Azure.ResourceManager.Models.UserAssignedIdentity> userAssignedIdentities = default);
static member IdentityProperties : Nullable<Azure.ResourceManager.CosmosDBForPostgreSql.Models.IdentityType> * System.Collections.Generic.IDictionary<string, Azure.ResourceManager.Models.UserAssignedIdentity> -> Azure.ResourceManager.CosmosDBForPostgreSql.Models.IdentityProperties
Public Shared Function IdentityProperties (Optional type As Nullable(Of IdentityType) = Nothing, Optional userAssignedIdentities As IDictionary(Of String, UserAssignedIdentity) = Nothing) As IdentityProperties

Parameters

userAssignedIdentities
IDictionary<String,UserAssignedIdentity>

The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.

Returns

A new IdentityProperties instance for mocking.

Applies to