OutboundNetworkDependenciesEndpoint Constructors
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.
Overloads
OutboundNetworkDependenciesEndpoint() |
Initializes a new instance of the OutboundNetworkDependenciesEndpoint class. |
OutboundNetworkDependenciesEndpoint(String, String, String, String, IList<EndpointDependency>, String, String) |
Initializes a new instance of the OutboundNetworkDependenciesEndpoint class. |
OutboundNetworkDependenciesEndpoint()
Initializes a new instance of the OutboundNetworkDependenciesEndpoint class.
public OutboundNetworkDependenciesEndpoint ();
Public Sub New ()
Applies to
OutboundNetworkDependenciesEndpoint(String, String, String, String, IList<EndpointDependency>, String, String)
Initializes a new instance of the OutboundNetworkDependenciesEndpoint class.
public OutboundNetworkDependenciesEndpoint (string id = default, string name = default, string type = default, string category = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Kusto.Models.EndpointDependency> endpoints = default, string provisioningState = default, string etag = default);
new Microsoft.Azure.Management.Kusto.Models.OutboundNetworkDependenciesEndpoint : string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Kusto.Models.EndpointDependency> * string * string -> Microsoft.Azure.Management.Kusto.Models.OutboundNetworkDependenciesEndpoint
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional category As String = Nothing, Optional endpoints As IList(Of EndpointDependency) = Nothing, Optional provisioningState As String = Nothing, Optional etag As String = Nothing)
Parameters
- id
- String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
The name of the resource
- type
- String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- category
- String
The type of service accessed by the Kusto Service Environment, e.g., Azure Storage, Azure SQL Database, and Azure Active Directory.
- endpoints
- IList<EndpointDependency>
The endpoints that the Kusto Service Environment reaches the service at.
- provisioningState
- String
The provisioned state of the resource. Possible values include: 'Running', 'Creating', 'Deleting', 'Succeeded', 'Failed', 'Moving'
- etag
- String
A unique read-only string that changes whenever the resource is updated.