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.
[Microsoft.Rest.Serialization.JsonTransformation]
public class OutboundNetworkDependenciesEndpoint : Microsoft.Azure.Management.Kusto.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type OutboundNetworkDependenciesEndpoint = class
inherit ProxyResource
Public Class OutboundNetworkDependenciesEndpoint
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
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. |
Properties
Category |
Gets or sets the type of service accessed by the Kusto Service Environment, e.g., Azure Storage, Azure SQL Database, and Azure Active Directory. |
Endpoints |
Gets or sets the endpoints that the Kusto Service Environment reaches the service at. |
Etag |
Gets a unique read-only string that changes whenever the resource is updated. |
Id |
Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from Resource) |
Name |
Gets the name of the resource (Inherited from Resource) |
ProvisioningState |
Gets the provisioned state of the resource. Possible values include: 'Running', 'Creating', 'Deleting', 'Succeeded', 'Failed', 'Moving' |
Type |
Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from Resource) |
Applies to
Azure SDK for .NET