OutboundNetworkDependenciesEndpoint Class

Endpoints accessed for a common purpose that the Kusto Service Environment requires outbound network access to.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.kusto.models._models_py3.ProxyResource
OutboundNetworkDependenciesEndpoint

Constructor

OutboundNetworkDependenciesEndpoint(*, category: Optional[str] = None, endpoints: Optional[List[azure.mgmt.kusto.models._models_py3.EndpointDependency]] = None, **kwargs)

Variables

id
str

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

name
str

The name of the resource.

type
str

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

etag
str

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

category
str

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

endpoints
list[<xref:kusto_management_client.models.EndpointDependency>]

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

provisioning_state
str or <xref:kusto_management_client.models.ProvisioningState>

The provisioned state of the resource. Possible values include: "Running", "Creating", "Deleting", "Succeeded", "Failed", "Moving".