Compartir a través de


ServiceProviderParameterMetadataConstraints Class

Definition

the constraints of the bot meta data.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.ServiceProviderParameterMetadataConstraintsTypeConverter))]
public class ServiceProviderParameterMetadataConstraints : Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IServiceProviderParameterMetadataConstraints
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.ServiceProviderParameterMetadataConstraintsTypeConverter))>]
type ServiceProviderParameterMetadataConstraints = class
    interface IServiceProviderParameterMetadataConstraints
    interface IJsonSerializable
Public Class ServiceProviderParameterMetadataConstraints
Implements IServiceProviderParameterMetadataConstraints
Inheritance
ServiceProviderParameterMetadataConstraints
Attributes
Implements

Constructors

ServiceProviderParameterMetadataConstraints()

Creates an new ServiceProviderParameterMetadataConstraints instance.

Properties

Required

Whether required the constraints of the bot meta data.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ServiceProviderParameterMetadataConstraints.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServiceProviderParameterMetadataConstraints.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IServiceProviderParameterMetadataConstraints.

FromJsonString(String)

Creates a new instance of ServiceProviderParameterMetadataConstraints, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ServiceProviderParameterMetadataConstraints into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to