ProviderHubExtensions 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.ProviderHub.
public static class ProviderHubExtensions
type ProviderHubExtensions = class
Public Module ProviderHubExtensions
- Inheritance
-
ProviderHubExtensions
Methods
GetCustomRolloutResource(ArmClient, ResourceIdentifier) |
Gets an object representing a CustomRolloutResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a CustomRolloutResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetCustomRolloutResource(ResourceIdentifier) instead.</item> |
GetDefaultRolloutResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DefaultRolloutResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a DefaultRolloutResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetDefaultRolloutResource(ResourceIdentifier) instead.</item> |
GetNestedResourceTypeFirstSkuResource(ArmClient, ResourceIdentifier) |
Gets an object representing a NestedResourceTypeFirstSkuResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a NestedResourceTypeFirstSkuResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetNestedResourceTypeFirstSkuResource(ResourceIdentifier) instead.</item> |
GetNestedResourceTypeSecondSkuResource(ArmClient, ResourceIdentifier) |
Gets an object representing a NestedResourceTypeSecondSkuResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String, String) to create a NestedResourceTypeSecondSkuResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetNestedResourceTypeSecondSkuResource(ResourceIdentifier) instead.</item> |
GetNestedResourceTypeThirdSkuResource(ArmClient, ResourceIdentifier) |
Gets an object representing a NestedResourceTypeThirdSkuResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String, String, String) to create a NestedResourceTypeThirdSkuResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetNestedResourceTypeThirdSkuResource(ResourceIdentifier) instead.</item> |
GetNotificationRegistrationResource(ArmClient, ResourceIdentifier) |
Gets an object representing a NotificationRegistrationResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a NotificationRegistrationResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetNotificationRegistrationResource(ResourceIdentifier) instead.</item> |
GetProviderRegistration(SubscriptionResource, String, CancellationToken) |
Gets the provider registration details.
|
GetProviderRegistrationAsync(SubscriptionResource, String, CancellationToken) |
Gets the provider registration details.
|
GetProviderRegistrationResource(ArmClient, ResourceIdentifier) |
Gets an object representing a ProviderRegistrationResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String) to create a ProviderRegistrationResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetProviderRegistrationResource(ResourceIdentifier) instead.</item> |
GetProviderRegistrations(SubscriptionResource) |
Gets a collection of ProviderRegistrationResources in the SubscriptionResource. <item>MockingTo mock this method, please mock GetProviderRegistrations() instead.</item> |
GetResourceTypeRegistrationResource(ArmClient, ResourceIdentifier) |
Gets an object representing a ResourceTypeRegistrationResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a ResourceTypeRegistrationResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetResourceTypeRegistrationResource(ResourceIdentifier) instead.</item> |
GetResourceTypeSkuResource(ArmClient, ResourceIdentifier) |
Gets an object representing a ResourceTypeSkuResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a ResourceTypeSkuResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetResourceTypeSkuResource(ResourceIdentifier) instead.</item> |