ArmDiscoveryModelFactory.DiscoverySystemAssignedServiceIdentity 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.Discovery.Models.DiscoverySystemAssignedServiceIdentity DiscoverySystemAssignedServiceIdentity(Guid? principalId = default, Guid? tenantId = default, Azure.ResourceManager.Discovery.Models.DiscoverySystemAssignedServiceIdentityType type = default);
static member DiscoverySystemAssignedServiceIdentity : Nullable<Guid> * Nullable<Guid> * Azure.ResourceManager.Discovery.Models.DiscoverySystemAssignedServiceIdentityType -> Azure.ResourceManager.Discovery.Models.DiscoverySystemAssignedServiceIdentity
Public Shared Function DiscoverySystemAssignedServiceIdentity (Optional principalId As Nullable(Of Guid) = Nothing, Optional tenantId As Nullable(Of Guid) = Nothing, Optional type As DiscoverySystemAssignedServiceIdentityType = Nothing) As DiscoverySystemAssignedServiceIdentity
Parameters
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
The type of managed identity assigned to this resource.
Returns
A new DiscoverySystemAssignedServiceIdentity instance for mocking.