你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

UrlEntityProperties Class

Definition

Url entity property bag.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.UrlEntityPropertiesTypeConverter))]
public class UrlEntityProperties : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IUrlEntityProperties, Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.UrlEntityPropertiesTypeConverter))>]
type UrlEntityProperties = class
    interface IUrlEntityProperties
    interface IJsonSerializable
    interface IEntityCommonProperties
    interface IValidates
Public Class UrlEntityProperties
Implements IUrlEntityProperties, IValidates
Inheritance
UrlEntityProperties
Attributes
Implements

Constructors

UrlEntityProperties()

Creates an new UrlEntityProperties instance.

Properties

AdditionalData

A bag of custom fields that should be part of the entity and will be presented to the user.

FriendlyName

The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated.

Url

A full URL the entity points to

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of UrlEntityProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of UrlEntityProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IUrlEntityProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of UrlEntityProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to