Share via


ElasticSanExtensions Class

Definition

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

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

Methods

GetElasticSan(ResourceGroupResource, String, CancellationToken)

Get a ElasticSan.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}
  • Operation Id: ElasticSans_Get
  • Default Api Version: 2023-01-01
  • Resource: ElasticSanResource
GetElasticSanAsync(ResourceGroupResource, String, CancellationToken)

Get a ElasticSan.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}
  • Operation Id: ElasticSans_Get
  • Default Api Version: 2023-01-01
  • Resource: ElasticSanResource
GetElasticSanPrivateEndpointConnectionResource(ArmClient, ResourceIdentifier)

Gets an object representing an ElasticSanPrivateEndpointConnectionResource 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 an ElasticSanPrivateEndpointConnectionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetElasticSanPrivateEndpointConnectionResource(ResourceIdentifier) instead.

GetElasticSanResource(ArmClient, ResourceIdentifier)

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

GetElasticSans(ResourceGroupResource)

Gets a collection of ElasticSanResources in the ResourceGroupResource. MockingTo mock this method, please mock GetElasticSans() instead.

GetElasticSans(SubscriptionResource, CancellationToken)

Gets a list of ElasticSans in a subscription

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ElasticSan/elasticSans
  • Operation Id: ElasticSans_ListBySubscription
  • Default Api Version: 2023-01-01
  • Resource: ElasticSanResource
GetElasticSansAsync(SubscriptionResource, CancellationToken)

Gets a list of ElasticSans in a subscription

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ElasticSan/elasticSans
  • Operation Id: ElasticSans_ListBySubscription
  • Default Api Version: 2023-01-01
  • Resource: ElasticSanResource
GetElasticSanSnapshotResource(ArmClient, ResourceIdentifier)

Gets an object representing an ElasticSanSnapshotResource 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 an ElasticSanSnapshotResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetElasticSanSnapshotResource(ResourceIdentifier) instead.

GetElasticSanVolumeGroupResource(ArmClient, ResourceIdentifier)

Gets an object representing an ElasticSanVolumeGroupResource 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 an ElasticSanVolumeGroupResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetElasticSanVolumeGroupResource(ResourceIdentifier) instead.

GetElasticSanVolumeResource(ArmClient, ResourceIdentifier)

Gets an object representing an ElasticSanVolumeResource 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 an ElasticSanVolumeResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetElasticSanVolumeResource(ResourceIdentifier) instead.

GetSkus(SubscriptionResource, String, CancellationToken)

List all the available Skus in the region and information related to them

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ElasticSan/skus
  • Operation Id: Skus_List
  • Default Api Version: 2023-01-01
GetSkusAsync(SubscriptionResource, String, CancellationToken)

List all the available Skus in the region and information related to them

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ElasticSan/skus
  • Operation Id: Skus_List
  • Default Api Version: 2023-01-01

Applies to