Share via


CheckScopedNameAvailabilityRequest Class

Definition

The scoped name check availability request body.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.CheckScopedNameAvailabilityRequestTypeConverter))]
public class CheckScopedNameAvailabilityRequest : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ICheckScopedNameAvailabilityRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.CheckScopedNameAvailabilityRequestTypeConverter))>]
type CheckScopedNameAvailabilityRequest = class
    interface ICheckScopedNameAvailabilityRequest
    interface IJsonSerializable
Public Class CheckScopedNameAvailabilityRequest
Implements ICheckScopedNameAvailabilityRequest
Inheritance
CheckScopedNameAvailabilityRequest
Attributes
Implements

Constructors

CheckScopedNameAvailabilityRequest()

Creates an new CheckScopedNameAvailabilityRequest instance.

Properties

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

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.Api20240501Preview.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.

Applies to