DatabaseCheckNameRequest 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 result returned from a database check name availability request.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.DatabaseCheckNameRequestTypeConverter))]
public class DatabaseCheckNameRequest : Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IDatabaseCheckNameRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.DatabaseCheckNameRequestTypeConverter))>]
type DatabaseCheckNameRequest = class
interface IDatabaseCheckNameRequest
interface IJsonSerializable
Public Class DatabaseCheckNameRequest
Implements IDatabaseCheckNameRequest
- Inheritance
-
DatabaseCheckNameRequest
- Attributes
- Implements
Constructors
DatabaseCheckNameRequest() |
Creates an new DatabaseCheckNameRequest instance. |
Properties
Name |
Resource name. |
Type |
The type of resource, for instance Microsoft.Synapse/workspaces/kustoPools/databases. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DatabaseCheckNameRequest. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DatabaseCheckNameRequest. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IDatabaseCheckNameRequest. |
FromJsonString(String) |
Creates a new instance of DatabaseCheckNameRequest, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DatabaseCheckNameRequest into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |