你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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