SphereExtensions 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.Sphere.
public static class SphereExtensions
type SphereExtensions = class
Public Module SphereExtensions
- Inheritance
-
SphereExtensions
Methods
GetSphereCatalog(ResourceGroupResource, String, CancellationToken) |
Get a Catalog
|
GetSphereCatalogAsync(ResourceGroupResource, String, CancellationToken) |
Get a Catalog
|
GetSphereCatalogResource(ArmClient, ResourceIdentifier) |
Gets an object representing a SphereCatalogResource 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 SphereCatalogResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSphereCatalogResource(ResourceIdentifier) instead. |
GetSphereCatalogs(ResourceGroupResource) |
Gets a collection of SphereCatalogResources in the ResourceGroupResource. MockingTo mock this method, please mock GetSphereCatalogs() instead. |
GetSphereCatalogs(SubscriptionResource, CancellationToken) |
List Catalog resources by subscription ID
|
GetSphereCatalogsAsync(SubscriptionResource, CancellationToken) |
List Catalog resources by subscription ID
|
GetSphereCertificateResource(ArmClient, ResourceIdentifier) |
Gets an object representing a SphereCertificateResource 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 SphereCertificateResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSphereCertificateResource(ResourceIdentifier) instead. |
GetSphereDeploymentResource(ArmClient, ResourceIdentifier) |
Gets an object representing a SphereDeploymentResource 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 SphereDeploymentResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSphereDeploymentResource(ResourceIdentifier) instead. |
GetSphereDeviceGroupResource(ArmClient, ResourceIdentifier) |
Gets an object representing a SphereDeviceGroupResource 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 SphereDeviceGroupResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSphereDeviceGroupResource(ResourceIdentifier) instead. |
GetSphereDeviceResource(ArmClient, ResourceIdentifier) |
Gets an object representing a SphereDeviceResource 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 SphereDeviceResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSphereDeviceResource(ResourceIdentifier) instead. |
GetSphereImageResource(ArmClient, ResourceIdentifier) |
Gets an object representing a SphereImageResource 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 SphereImageResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSphereImageResource(ResourceIdentifier) instead. |
GetSphereProductResource(ArmClient, ResourceIdentifier) |
Gets an object representing a SphereProductResource 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 SphereProductResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSphereProductResource(ResourceIdentifier) instead. |
Applies to
Azure SDK for .NET