Language

HybridComputeSettingsCollection Class

Definition

A class representing a collection of HybridComputeSettingsResource and their operations. Each HybridComputeSettingsResource in the collection will belong to the same instance of ArmResource. To get a HybridComputeSettingsCollection instance call the GetHybridComputeSettings method from an instance of ArmResource.

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

Constructors

Name Description
HybridComputeSettingsCollection()

Initializes a new instance of HybridComputeSettingsCollection 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
CreateOrUpdate(WaitUntil, String, ArcSettingsData, CancellationToken)

Updates the base Settings of the target resource.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{baseProvider}/{baseResourceType}/{baseResourceName}/providers/Microsoft.HybridCompute/settings/{settingsResourceName}.
  • Operation Id. : SettingsOperationGroup_Update.
  • Default Api Version. : 2026-07-15.
CreateOrUpdateAsync(WaitUntil, String, ArcSettingsData, CancellationToken)

Updates the base Settings of the target resource.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{baseProvider}/{baseResourceType}/{baseResourceName}/providers/Microsoft.HybridCompute/settings/{settingsResourceName}.
  • Operation Id. : SettingsOperationGroup_Update.
  • Default Api Version. : 2026-07-15.
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{baseProvider}/{baseResourceType}/{baseResourceName}/providers/Microsoft.HybridCompute/settings/{settingsResourceName}.
  • Operation Id. : SettingsOperationGroup_Get.
  • Default Api Version. : 2026-07-15.
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{baseProvider}/{baseResourceType}/{baseResourceName}/providers/Microsoft.HybridCompute/settings/{settingsResourceName}.
  • Operation Id. : SettingsOperationGroup_Get.
  • Default Api Version. : 2026-07-15.
Get(String, CancellationToken)

Returns the base Settings for the target resource.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{baseProvider}/{baseResourceType}/{baseResourceName}/providers/Microsoft.HybridCompute/settings/{settingsResourceName}.
  • Operation Id. : SettingsOperationGroup_Get.
  • Default Api Version. : 2026-07-15.
GetAsync(String, CancellationToken)

Returns the base Settings for the target resource.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{baseProvider}/{baseResourceType}/{baseResourceName}/providers/Microsoft.HybridCompute/settings/{settingsResourceName}.
  • Operation Id. : SettingsOperationGroup_Get.
  • Default Api Version. : 2026-07-15.
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{baseProvider}/{baseResourceType}/{baseResourceName}/providers/Microsoft.HybridCompute/settings/{settingsResourceName}.
  • Operation Id. : SettingsOperationGroup_Get.
  • Default Api Version. : 2026-07-15.
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{baseProvider}/{baseResourceType}/{baseResourceName}/providers/Microsoft.HybridCompute/settings/{settingsResourceName}.
  • Operation Id. : SettingsOperationGroup_Get.
  • Default Api Version. : 2026-07-15.
TryGetApiVersion(ResourceType, String)

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

(Inherited from ArmCollection)

Applies to