AcceptedAudiences 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.
Represents an accepted audience trusted by the cluster.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.AcceptedAudiencesTypeConverter))]
public class AcceptedAudiences : Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.IAcceptedAudiences
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.AcceptedAudiencesTypeConverter))>]
type AcceptedAudiences = class
interface IAcceptedAudiences
interface IJsonSerializable
Public Class AcceptedAudiences
Implements IAcceptedAudiences
- Inheritance
-
AcceptedAudiences
- Attributes
- Implements
Constructors
AcceptedAudiences() |
Creates an new AcceptedAudiences instance. |
Properties
Value |
GUID or valid URL representing an accepted audience. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AcceptedAudiences. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AcceptedAudiences. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.IAcceptedAudiences. |
FromJsonString(String) |
Creates a new instance of AcceptedAudiences, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AcceptedAudiences into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |