ManagedServicesExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
|
GetManagedServicesMarketplaceRegistrationAsync(ArmClient, ResourceIdentifier, String, CancellationToken) |
Get the marketplace registration definition for the marketplace identifier.
|
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.
|
GetManagedServicesRegistrationAssignment(ArmClient, ResourceIdentifier, String, Nullable<Boolean>, CancellationToken) |
Gets the details of the specified registration assignment.
|
GetManagedServicesRegistrationAssignmentAsync(ArmClient, ResourceIdentifier, String, Nullable<Boolean>, CancellationToken) |
Gets the details of the specified registration assignment.
|
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.
|
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. |