DevOpsCheckNameAvailabilityResult Class
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.
The CheckNameAvailability operation response.
public class DevOpsCheckNameAvailabilityResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsCheckNameAvailabilityResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsCheckNameAvailabilityResult>
type DevOpsCheckNameAvailabilityResult = class
interface IJsonModel<DevOpsCheckNameAvailabilityResult>
interface IPersistableModel<DevOpsCheckNameAvailabilityResult>
Public Class DevOpsCheckNameAvailabilityResult
Implements IJsonModel(Of DevOpsCheckNameAvailabilityResult), IPersistableModel(Of DevOpsCheckNameAvailabilityResult)
- Inheritance
-
DevOpsCheckNameAvailabilityResult
- Implements
Properties
| Name | Description |
|---|---|
| Available |
Availability status of the name. |
| Message |
A message explaining why the name is unavailable. Will be null if the name is available. |
| Name |
The name whose availability was checked. |
| Reason |
The reason code explaining why the name is unavailable. Will be null if the name is available. |