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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.