共用方式為


HybridComputeExtensions.UpdateSetting Method

Definition

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: Settings_Update
  • Default Api Version: 2024-07-31-preview
public static Azure.Response<Azure.ResourceManager.HybridCompute.Models.ArcSettings> UpdateSetting (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string baseProvider, string baseResourceType, string baseResourceName, string settingsResourceName, Azure.ResourceManager.HybridCompute.Models.ArcSettings arcSettings, System.Threading.CancellationToken cancellationToken = default);
static member UpdateSetting : Azure.ResourceManager.Resources.ResourceGroupResource * string * string * string * string * Azure.ResourceManager.HybridCompute.Models.ArcSettings * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.HybridCompute.Models.ArcSettings>
<Extension()>
Public Function UpdateSetting (resourceGroupResource As ResourceGroupResource, baseProvider As String, baseResourceType As String, baseResourceName As String, settingsResourceName As String, arcSettings As ArcSettings, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ArcSettings)

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource instance the method will execute against.

baseProvider
String

The name of the base Resource Provider.

baseResourceType
String

The name of the base Resource Type.

baseResourceName
String

The name of the base resource.

settingsResourceName
String

The name of the settings resource.

arcSettings
ArcSettings

Settings details.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

baseProvider, baseResourceType, baseResourceName or settingsResourceName is an empty string, and was expected to be non-empty.

resourceGroupResource, baseProvider, baseResourceType, baseResourceName, settingsResourceName or arcSettings is null.

Applies to