CheckScopedNameAvailabilityRequest 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 scoped name check availability request body.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.CheckScopedNameAvailabilityRequestTypeConverter))]
public class CheckScopedNameAvailabilityRequest : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ICheckScopedNameAvailabilityRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.CheckScopedNameAvailabilityRequestTypeConverter))>]
type CheckScopedNameAvailabilityRequest = class
interface ICheckScopedNameAvailabilityRequest
interface IJsonSerializable
Public Class CheckScopedNameAvailabilityRequest
Implements ICheckScopedNameAvailabilityRequest
- Inheritance
-
CheckScopedNameAvailabilityRequest
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| CheckScopedNameAvailabilityRequest() |
Creates an new CheckScopedNameAvailabilityRequest instance. |
Properties
| Name | Description |
|---|---|
| Name |
The name of the resource for which availability needs to be checked. |
| Scope |
The resource id to scope the name check. |
| Type |
The resource type. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CheckScopedNameAvailabilityRequest. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CheckScopedNameAvailabilityRequest. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ICheckScopedNameAvailabilityRequest. |
| FromJsonString(String) |
Creates a new instance of CheckScopedNameAvailabilityRequest, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of CheckScopedNameAvailabilityRequest into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |