ICheckNameRequest Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.CheckNameRequestTypeConverter))]
public interface ICheckNameRequest : Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.CheckNameRequestTypeConverter))>]
type ICheckNameRequest = interface
    interface IJsonSerializable
Public Interface ICheckNameRequest
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
Name

Resource name.

Type

The type of resource, for instance Microsoft.DigitalTwins/digitalTwinsInstances.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to