Interface IotHubDescription.DefinitionStages.WithIfMatch

All Known Subinterfaces:
IotHubDescription.Definition, IotHubDescription.DefinitionStages.WithCreate
Enclosing interface:
IotHubDescription.DefinitionStages

public static interface IotHubDescription.DefinitionStages.WithIfMatch
The stage of the IotHubDescription definition allowing to specify ifMatch.
  • Method Details

    • withIfMatch

      Specifies the ifMatch property: ETag of the IoT Hub. Do not specify for creating a brand new IoT Hub. Required to update an existing IoT Hub..
      Parameters:
      ifMatch - ETag of the IoT Hub. Do not specify for creating a brand new IoT Hub. Required to update an existing IoT Hub.
      Returns:
      the next definition stage.