MockableManagedServicesArmClient.GetManagedServicesRegistrations Method

Definition

Gets a collection of ManagedServicesRegistrationResources in the ArmClient.

public virtual Azure.ResourceManager.ManagedServices.ManagedServicesRegistrationCollection GetManagedServicesRegistrations (Azure.Core.ResourceIdentifier scope);
abstract member GetManagedServicesRegistrations : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ManagedServices.ManagedServicesRegistrationCollection
override this.GetManagedServicesRegistrations : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ManagedServices.ManagedServicesRegistrationCollection
Public Overridable Function GetManagedServicesRegistrations (scope As ResourceIdentifier) As ManagedServicesRegistrationCollection

Parameters

scope
ResourceIdentifier

The scope that the resource will apply against.

Returns

An object representing collection of ManagedServicesRegistrationResources and their operations over a ManagedServicesRegistrationResource.

Applies to