Поделиться через


ArmKustoModelFactory.OutboundNetworkDependenciesEndpoint Method

Definition

Initializes a new instance of OutboundNetworkDependenciesEndpoint.

public static Azure.ResourceManager.Kusto.Models.OutboundNetworkDependenciesEndpoint OutboundNetworkDependenciesEndpoint(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ETag? etag = default, string category = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Kusto.Models.EndpointDependency> endpoints = default, Azure.ResourceManager.Kusto.Models.KustoProvisioningState? provisioningState = default);
static member OutboundNetworkDependenciesEndpoint : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ETag> * string * seq<Azure.ResourceManager.Kusto.Models.EndpointDependency> * Nullable<Azure.ResourceManager.Kusto.Models.KustoProvisioningState> -> Azure.ResourceManager.Kusto.Models.OutboundNetworkDependenciesEndpoint
Public Shared Function OutboundNetworkDependenciesEndpoint (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional etag As Nullable(Of ETag) = Nothing, Optional category As String = Nothing, Optional endpoints As IEnumerable(Of EndpointDependency) = Nothing, Optional provisioningState As Nullable(Of KustoProvisioningState) = Nothing) As OutboundNetworkDependenciesEndpoint

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

etag
Nullable<ETag>

A unique read-only string that changes whenever the resource is updated.

category
String

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

endpoints
IEnumerable<EndpointDependency>

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

provisioningState
Nullable<KustoProvisioningState>

The provisioned state of the resource.

Returns

A new OutboundNetworkDependenciesEndpoint instance for mocking.

Applies to