Interface OutboundNetworkDependenciesEndpoint


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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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.
      List<EndpointDependency> endpoints()
      Gets the endpoints property: The endpoints that the Kusto Service Environment reaches the service at.
      String etag()
      Gets the etag property: A unique read-only string that changes whenever the resource is updated.
      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      OutboundNetworkDependenciesEndpointInner innerModel()
      Gets the inner com.azure.resourcemanager.kusto.fluent.models.OutboundNetworkDependenciesEndpointInner object.
      String name()
      Gets the name property: The name of the resource.
      ProvisioningState provisioningState()
      Gets the provisioningState property: The provisioned state of the resource.
      String type()
      Gets the type property: The type of the resource.
    • Method Detail

      • 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

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