ArmNetworkCloudModelFactory.ManagedServiceIdentitySelector 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.NetworkCloud.Models.ManagedServiceIdentitySelector ManagedServiceIdentitySelector(Azure.ResourceManager.NetworkCloud.Models.ManagedServiceIdentitySelectorType? identityType = default, Azure.Core.ResourceIdentifier userAssignedIdentityResourceId = default);
static member ManagedServiceIdentitySelector : Nullable<Azure.ResourceManager.NetworkCloud.Models.ManagedServiceIdentitySelectorType> * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.NetworkCloud.Models.ManagedServiceIdentitySelector
Public Shared Function ManagedServiceIdentitySelector (Optional identityType As Nullable(Of ManagedServiceIdentitySelectorType) = Nothing, Optional userAssignedIdentityResourceId As ResourceIdentifier = Nothing) As ManagedServiceIdentitySelector
Parameters
- identityType
- Nullable<ManagedServiceIdentitySelectorType>
The type of managed identity that is being selected.
- userAssignedIdentityResourceId
- ResourceIdentifier
The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type.
Returns
A new ManagedServiceIdentitySelector instance for mocking.