OutboundNetworkDependenciesEndpoint 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.
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.OutboundNetworkDependenciesEndpointTypeConverter))]
public class OutboundNetworkDependenciesEndpoint : Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.IOutboundNetworkDependenciesEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.OutboundNetworkDependenciesEndpointTypeConverter))>]
type OutboundNetworkDependenciesEndpoint = class
interface IOutboundNetworkDependenciesEndpoint
interface IJsonSerializable
interface IResource
interface IValidates
Public Class OutboundNetworkDependenciesEndpoint
Implements IOutboundNetworkDependenciesEndpoint, IValidates
- Inheritance
-
OutboundNetworkDependenciesEndpoint
- Attributes
- Implements
Constructors
OutboundNetworkDependenciesEndpoint() |
Creates an new OutboundNetworkDependenciesEndpoint 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. |
Etag |
A unique read-only string that changes whenever the resource is updated. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
Name |
The name of the resource |
ProvisioningState |
The provisioned state of the resource. |
Type |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of OutboundNetworkDependenciesEndpoint. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of OutboundNetworkDependenciesEndpoint. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.IOutboundNetworkDependenciesEndpoint. |
FromJsonString(String) |
Creates a new instance of OutboundNetworkDependenciesEndpoint, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of OutboundNetworkDependenciesEndpoint into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |