DisconnectedOperationResource.GetDisconnectedOperationsHardwareSettingAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.