ArmWorkloadsSapVirtualInstanceModelFactory.SapVirtualInstanceIdentity 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.
Managed service identity (user assigned identities).
public static Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapVirtualInstanceIdentity SapVirtualInstanceIdentity(Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapVirtualInstanceIdentityType type = default, System.Collections.Generic.IDictionary<string,Azure.ResourceManager.Models.UserAssignedIdentity> userAssignedIdentities = default);
static member SapVirtualInstanceIdentity : Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapVirtualInstanceIdentityType * System.Collections.Generic.IDictionary<string, Azure.ResourceManager.Models.UserAssignedIdentity> -> Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapVirtualInstanceIdentity
Public Shared Function SapVirtualInstanceIdentity (Optional type As SapVirtualInstanceIdentityType = Nothing, Optional userAssignedIdentities As IDictionary(Of String, UserAssignedIdentity) = Nothing) As SapVirtualInstanceIdentity
Parameters
The type of managed identity assigned to this resource.
- userAssignedIdentities
- IDictionary<String,UserAssignedIdentity>
The identities assigned to this resource by the user.
Returns
A new SapVirtualInstanceIdentity instance for mocking.