ServicesOperationsExtensions.CheckChildrenNameAvailabilityAsync 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.
This method checks whether a proposed nested resource name is valid and available.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataMigration.Models.NameAvailabilityResponse> CheckChildrenNameAvailabilityAsync (this Microsoft.Azure.Management.DataMigration.IServicesOperations operations, string groupName, string serviceName, Microsoft.Azure.Management.DataMigration.Models.NameAvailabilityRequest parameters, System.Threading.CancellationToken cancellationToken = default);
static member CheckChildrenNameAvailabilityAsync : Microsoft.Azure.Management.DataMigration.IServicesOperations * string * string * Microsoft.Azure.Management.DataMigration.Models.NameAvailabilityRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataMigration.Models.NameAvailabilityResponse>
<Extension()>
Public Function CheckChildrenNameAvailabilityAsync (operations As IServicesOperations, groupName As String, serviceName As String, parameters As NameAvailabilityRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NameAvailabilityResponse)
Parameters
- operations
- IServicesOperations
The operations group for this extension method.
- groupName
- String
Name of the resource group
- serviceName
- String
Name of the service
- parameters
- NameAvailabilityRequest
- cancellationToken
- CancellationToken
The cancellation token.