ManagedServicesExtensions.GetManagedServicesRegistrations Method

Definition

Gets a collection of ManagedServicesRegistrationResources in the ArmClient. MockingTo mock this method, please mock GetManagedServicesRegistrations(ResourceIdentifier) instead.

public static Azure.ResourceManager.ManagedServices.ManagedServicesRegistrationCollection GetManagedServicesRegistrations (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope);
static member GetManagedServicesRegistrations : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ManagedServices.ManagedServicesRegistrationCollection
<Extension()>
Public Function GetManagedServicesRegistrations (client As ArmClient, scope As ResourceIdentifier) As ManagedServicesRegistrationCollection

Parameters

client
ArmClient

The ArmClient instance the method will execute against.

scope
ResourceIdentifier

The scope that the resource will apply against.

Returns

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

Exceptions

client is null.

Applies to