Delen via


IotHubNameAvailabilityContent(String) Constructor

Definition

Initializes a new instance of IotHubNameAvailabilityContent.

public IotHubNameAvailabilityContent (string name);
new Azure.ResourceManager.IotHub.Models.IotHubNameAvailabilityContent : string -> Azure.ResourceManager.IotHub.Models.IotHubNameAvailabilityContent
Public Sub New (name As String)

Parameters

name
String

The name of the IoT hub to check.

Exceptions

name is null.

Applies to