ArmCosmosDBForPostgreSqlModelFactory.IdentityProperties 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.
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
- type
- Nullable<IdentityType>
- 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.