ArmKustoModelFactory.OutboundNetworkDependenciesEndpoint Method
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.
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
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- 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
Azure SDK for .NET