Compartir a través de


OutboundNetworkDependenciesEndpointProperties Class

Definition

Endpoints accessed for a common purpose that the Kusto Service Environment requires outbound network access to.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.OutboundNetworkDependenciesEndpointPropertiesTypeConverter))]
public class OutboundNetworkDependenciesEndpointProperties : Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.IOutboundNetworkDependenciesEndpointProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.OutboundNetworkDependenciesEndpointPropertiesTypeConverter))>]
type OutboundNetworkDependenciesEndpointProperties = class
    interface IOutboundNetworkDependenciesEndpointProperties
    interface IJsonSerializable
Public Class OutboundNetworkDependenciesEndpointProperties
Implements IOutboundNetworkDependenciesEndpointProperties
Inheritance
OutboundNetworkDependenciesEndpointProperties
Attributes
Implements

Constructors

OutboundNetworkDependenciesEndpointProperties()

Creates an new OutboundNetworkDependenciesEndpointProperties instance.

Properties

Category

The type of service accessed by the Kusto Service Environment, e.g., Azure Storage, Azure SQL Database, and Azure Active Directory.

Endpoint

The endpoints that the Kusto Service Environment reaches the service at.

ProvisioningState

The provisioned state of the resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OutboundNetworkDependenciesEndpointProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OutboundNetworkDependenciesEndpointProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.IOutboundNetworkDependenciesEndpointProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of OutboundNetworkDependenciesEndpointProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to