Uses of Class
com.azure.resourcemanager.kusto.fluent.models.OutboundNetworkDependenciesEndpointInner
Package
Description
Package containing the service clients for KustoManagementClient.
Package containing the inner data models for KustoManagementClient.
Package containing the data models for KustoManagementClient.
-
Uses of OutboundNetworkDependenciesEndpointInner in com.azure.resourcemanager.kusto.fluent
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<OutboundNetworkDependenciesEndpointInner>
ClustersClient.listOutboundNetworkDependenciesEndpoints
(String resourceGroupName, String clusterName) Gets the network endpoints of all outbound dependencies of a Kusto cluster.com.azure.core.http.rest.PagedIterable<OutboundNetworkDependenciesEndpointInner>
ClustersClient.listOutboundNetworkDependenciesEndpoints
(String resourceGroupName, String clusterName, com.azure.core.util.Context context) Gets the network endpoints of all outbound dependencies of a Kusto cluster. -
Uses of OutboundNetworkDependenciesEndpointInner in com.azure.resourcemanager.kusto.fluent.models
Modifier and TypeMethodDescriptionOutboundNetworkDependenciesEndpointInner.withCategory
(String category) Set the category property: The type of service accessed by the Kusto Service Environment, e.g., Azure Storage, Azure SQL Database, and Azure Active Directory.OutboundNetworkDependenciesEndpointInner.withEndpoints
(List<EndpointDependency> endpoints) Set the endpoints property: The endpoints that the Kusto Service Environment reaches the service at. -
Uses of OutboundNetworkDependenciesEndpointInner in com.azure.resourcemanager.kusto.models
Modifier and TypeMethodDescriptionOutboundNetworkDependenciesEndpoint.innerModel()
Gets the inner com.azure.resourcemanager.kusto.fluent.models.OutboundNetworkDependenciesEndpointInner object.Modifier and TypeMethodDescriptionOutboundNetworkDependenciesEndpointListResult.value()
Get the value property: Collection of resources.Modifier and TypeMethodDescriptionOutboundNetworkDependenciesEndpointListResult.withValue
(List<OutboundNetworkDependenciesEndpointInner> value) Set the value property: Collection of resources.