Delen via


ManagedServicesExtensions Class

Definition

A class to add extension methods to Azure.ResourceManager.ManagedServices.

public static class ManagedServicesExtensions
type ManagedServicesExtensions = class
Public Module ManagedServicesExtensions
Inheritance
ManagedServicesExtensions

Methods

GetManagedServicesMarketplaceRegistration(ArmClient, ResourceIdentifier, String, CancellationToken)

Get the marketplace registration definition for the marketplace identifier.

  • Request Path: /{scope}/providers/Microsoft.ManagedServices/marketplaceRegistrationDefinitions/{marketplaceIdentifier}
  • Operation Id: MarketplaceRegistrationDefinitions_Get
GetManagedServicesMarketplaceRegistrationAsync(ArmClient, ResourceIdentifier, String, CancellationToken)

Get the marketplace registration definition for the marketplace identifier.

  • Request Path: /{scope}/providers/Microsoft.ManagedServices/marketplaceRegistrationDefinitions/{marketplaceIdentifier}
  • Operation Id: MarketplaceRegistrationDefinitions_Get
GetManagedServicesMarketplaceRegistrationResource(ArmClient, ResourceIdentifier)

Gets an object representing a ManagedServicesMarketplaceRegistrationResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String) to create a ManagedServicesMarketplaceRegistrationResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetManagedServicesMarketplaceRegistrationResource(ResourceIdentifier) instead.

GetManagedServicesMarketplaceRegistrations(ArmClient, ResourceIdentifier)

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

GetManagedServicesRegistration(ArmClient, ResourceIdentifier, String, CancellationToken)

Gets the registration definition details.

  • Request Path: /{scope}/providers/Microsoft.ManagedServices/registrationDefinitions/{registrationDefinitionId}
  • Operation Id: RegistrationDefinitions_Get
GetManagedServicesRegistrationAssignment(ArmClient, ResourceIdentifier, String, Nullable<Boolean>, CancellationToken)

Gets the details of the specified registration assignment.

  • Request Path: /{scope}/providers/Microsoft.ManagedServices/registrationAssignments/{registrationAssignmentId}
  • Operation Id: RegistrationAssignments_Get
GetManagedServicesRegistrationAssignmentAsync(ArmClient, ResourceIdentifier, String, Nullable<Boolean>, CancellationToken)

Gets the details of the specified registration assignment.

  • Request Path: /{scope}/providers/Microsoft.ManagedServices/registrationAssignments/{registrationAssignmentId}
  • Operation Id: RegistrationAssignments_Get
GetManagedServicesRegistrationAssignmentResource(ArmClient, ResourceIdentifier)

Gets an object representing a ManagedServicesRegistrationAssignmentResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String) to create a ManagedServicesRegistrationAssignmentResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetManagedServicesRegistrationAssignmentResource(ResourceIdentifier) instead.

GetManagedServicesRegistrationAssignments(ArmClient, ResourceIdentifier)

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

GetManagedServicesRegistrationAsync(ArmClient, ResourceIdentifier, String, CancellationToken)

Gets the registration definition details.

  • Request Path: /{scope}/providers/Microsoft.ManagedServices/registrationDefinitions/{registrationDefinitionId}
  • Operation Id: RegistrationDefinitions_Get
GetManagedServicesRegistrationResource(ArmClient, ResourceIdentifier)

Gets an object representing a ManagedServicesRegistrationResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String) to create a ManagedServicesRegistrationResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetManagedServicesRegistrationResource(ResourceIdentifier) instead.

GetManagedServicesRegistrations(ArmClient, ResourceIdentifier)

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

Applies to