ImpactCategoryCollection Class

Definition

A class representing a collection of ImpactCategoryResource and their operations. Each ImpactCategoryResource in the collection will belong to the same instance of SubscriptionResource. To get a ImpactCategoryCollection instance call the GetImpactCategories method from an instance of SubscriptionResource.

public class ImpactCategoryCollection : Azure.ResourceManager.ArmCollection
type ImpactCategoryCollection = class
    inherit ArmCollection
Public Class ImpactCategoryCollection
Inherits ArmCollection
Inheritance
ImpactCategoryCollection

Constructors

Name Description
ImpactCategoryCollection()

Initializes a new instance of ImpactCategoryCollection for mocking.

Properties

Name Description
Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

Name Description
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.Impact/impactCategories/{impactCategoryName}.
  • Operation Id. : ImpactCategories_Get.
  • Default Api Version. : 2024-05-01-preview.
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.Impact/impactCategories/{impactCategoryName}.
  • Operation Id. : ImpactCategories_Get.
  • Default Api Version. : 2024-05-01-preview.
Get(String, CancellationToken)

Get a ImpactCategory

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.Impact/impactCategories/{impactCategoryName}.
  • Operation Id. : ImpactCategories_Get.
  • Default Api Version. : 2024-05-01-preview.
GetAll(String, String, CancellationToken)

List ImpactCategory resources by subscription

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.Impact/impactCategories.
  • Operation Id. : ImpactCategories_ListBySubscription.
  • Default Api Version. : 2024-05-01-preview.
GetAllAsync(String, String, CancellationToken)

List ImpactCategory resources by subscription

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.Impact/impactCategories.
  • Operation Id. : ImpactCategories_ListBySubscription.
  • Default Api Version. : 2024-05-01-preview.
GetAsync(String, CancellationToken)

Get a ImpactCategory

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.Impact/impactCategories/{impactCategoryName}.
  • Operation Id. : ImpactCategories_Get.
  • Default Api Version. : 2024-05-01-preview.
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.Impact/impactCategories/{impactCategoryName}.
  • Operation Id. : ImpactCategories_Get.
  • Default Api Version. : 2024-05-01-preview.
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.Impact/impactCategories/{impactCategoryName}.
  • Operation Id. : ImpactCategories_Get.
  • Default Api Version. : 2024-05-01-preview.
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Applies to