Interface OutboundNetworkDependenciesEndpoint


public interface OutboundNetworkDependenciesEndpoint
An immutable client-side representation of OutboundNetworkDependenciesEndpoint.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the category property: The type of service accessed by the Kusto Service Environment, e.g., Azure Storage, Azure SQL Database, and Azure Active Directory.
    Gets the endpoints property: The endpoints that the Kusto Service Environment reaches the service at.
    Gets the etag property: A unique read-only string that changes whenever the resource is updated.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.kusto.fluent.models.OutboundNetworkDependenciesEndpointInner object.
    Gets the name property: The name of the resource.
    Gets the provisioningState property: The provisioned state of the resource.
    Gets the type property: The type of the resource.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • etag

      String etag()
      Gets the etag property: A unique read-only string that changes whenever the resource is updated.
      Returns:
      the etag value.
    • category

      String category()
      Gets the category property: The type of service accessed by the Kusto Service Environment, e.g., Azure Storage, Azure SQL Database, and Azure Active Directory.
      Returns:
      the category value.
    • endpoints

      List<EndpointDependency> endpoints()
      Gets the endpoints property: The endpoints that the Kusto Service Environment reaches the service at.
      Returns:
      the endpoints value.
    • provisioningState

      ProvisioningState provisioningState()
      Gets the provisioningState property: The provisioned state of the resource.
      Returns:
      the provisioningState value.
    • innerModel

      Gets the inner com.azure.resourcemanager.kusto.fluent.models.OutboundNetworkDependenciesEndpointInner object.
      Returns:
      the inner object.