IotDpsResourceOperationsExtensions.CheckProvisioningServiceNameAvailability 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.
Check if a provisioning service name is available.
public static Microsoft.Azure.Management.DeviceProvisioningServices.Models.NameAvailabilityInfo CheckProvisioningServiceNameAvailability (this Microsoft.Azure.Management.DeviceProvisioningServices.IIotDpsResourceOperations operations, string name);
static member CheckProvisioningServiceNameAvailability : Microsoft.Azure.Management.DeviceProvisioningServices.IIotDpsResourceOperations * string -> Microsoft.Azure.Management.DeviceProvisioningServices.Models.NameAvailabilityInfo
<Extension()>
Public Function CheckProvisioningServiceNameAvailability (operations As IIotDpsResourceOperations, name As String) As NameAvailabilityInfo
Parameters
- operations
- IIotDpsResourceOperations
The operations group for this extension method.
- name
- String
The name of the Provisioning Service to check.
Returns
Remarks
Check if a provisioning service name is available. This will validate if the name is syntactically valid and if the name is usable
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET