DisconnectedOperationResource.GetDisconnectedOperationsHardwareSettingAsync Method

Definition

Get the hardware settings resource.

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DisconnectedOperations.DisconnectedOperationsHardwareSettingResource>> GetDisconnectedOperationsHardwareSettingAsync(string hardwareSettingName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDisconnectedOperationsHardwareSettingAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DisconnectedOperations.DisconnectedOperationsHardwareSettingResource>>
override this.GetDisconnectedOperationsHardwareSettingAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DisconnectedOperations.DisconnectedOperationsHardwareSettingResource>>
Public Overridable Function GetDisconnectedOperationsHardwareSettingAsync (hardwareSettingName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DisconnectedOperationsHardwareSettingResource))

Parameters

hardwareSettingName
String

The name of the HardwareSetting.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

hardwareSettingName is null.

hardwareSettingName is an empty string, and was expected to be non-empty.

Applies to