MockableManagedServiceIdentitiesArmClient.GetSystemAssignedIdentity Method

Definition

Gets an object representing a SystemAssignedIdentityResource along with the instance operations that can be performed on it in the ArmClient.

public virtual Azure.ResourceManager.ManagedServiceIdentities.SystemAssignedIdentityResource GetSystemAssignedIdentity (Azure.Core.ResourceIdentifier scope);
abstract member GetSystemAssignedIdentity : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ManagedServiceIdentities.SystemAssignedIdentityResource
override this.GetSystemAssignedIdentity : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ManagedServiceIdentities.SystemAssignedIdentityResource
Public Overridable Function GetSystemAssignedIdentity (scope As ResourceIdentifier) As SystemAssignedIdentityResource

Parameters

scope
ResourceIdentifier

The scope that the resource will apply against.

Returns

Returns a SystemAssignedIdentityResource object.

Applies to