SphereExtensions Class

Definition

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

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

Methods

Name Description
GetSphereCatalog(ResourceGroupResource, String, CancellationToken)

Get a Catalog <item> Mocking. To mock this method, please mock GetSphereCatalog(String, CancellationToken) instead. </item>

GetSphereCatalogAsync(ResourceGroupResource, String, CancellationToken)

Get a Catalog <item> Mocking. To mock this method, please mock GetSphereCatalogAsync(String, CancellationToken) instead. </item>

GetSphereCatalogResource(ArmClient, ResourceIdentifier)

Gets an object representing a SphereCatalogResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetSphereCatalogResource(ResourceIdentifier) instead. </item>

GetSphereCatalogs(ResourceGroupResource)

Gets a collection of SphereCatalogs in the ResourceGroupResource<item> Mocking. To mock this method, please mock GetSphereCatalogs() instead. </item>

GetSphereCatalogs(SubscriptionResource, CancellationToken)

List Catalog resources by subscription ID <item> Mocking. To mock this method, please mock GetSphereCatalogs(CancellationToken) instead. </item>

GetSphereCatalogsAsync(SubscriptionResource, CancellationToken)

List Catalog resources by subscription ID <item> Mocking. To mock this method, please mock GetSphereCatalogsAsync(CancellationToken) instead. </item>

GetSphereCertificateResource(ArmClient, ResourceIdentifier)

Gets an object representing a SphereCertificateResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetSphereCertificateResource(ResourceIdentifier) instead. </item>

GetSphereDeploymentResource(ArmClient, ResourceIdentifier)

Gets an object representing a SphereDeploymentResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetSphereDeploymentResource(ResourceIdentifier) instead. </item>

GetSphereDeviceGroupResource(ArmClient, ResourceIdentifier)

Gets an object representing a SphereDeviceGroupResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetSphereDeviceGroupResource(ResourceIdentifier) instead. </item>

GetSphereDeviceResource(ArmClient, ResourceIdentifier)

Gets an object representing a SphereDeviceResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetSphereDeviceResource(ResourceIdentifier) instead. </item>

GetSphereImageResource(ArmClient, ResourceIdentifier)

Gets an object representing a SphereImageResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetSphereImageResource(ResourceIdentifier) instead. </item>

GetSphereProductResource(ArmClient, ResourceIdentifier)

Gets an object representing a SphereProductResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetSphereProductResource(ResourceIdentifier) instead. </item>

Applies to