Interface SqlPoolConnectionPolicy


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

    Modifier and Type
    Method
    Description
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.synapse.fluent.models.SqlPoolConnectionPolicyInner object.
    Gets the kind property: Resource kind.
    Gets the location property: Resource location.
    Gets the name property: The name of the resource.
    Gets the proxyDnsName property: The fully qualified host name of the auditing proxy.
    Gets the proxyPort property: The port number of the auditing proxy.
    Gets the redirectionState property: The state of proxy redirection.
    Gets the securityEnabledAccess property: The state of security access.
    Gets the state property: The connection policy state.
    Gets the type property: The type of the resource.
    Gets the useServerDefault property: Whether server default is enabled or disabled.
    Gets the visibility property: The visibility of the auditing proxy.
  • 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.
    • kind

      String kind()
      Gets the kind property: Resource kind.
      Returns:
      the kind value.
    • location

      String location()
      Gets the location property: Resource location.
      Returns:
      the location value.
    • securityEnabledAccess

      String securityEnabledAccess()
      Gets the securityEnabledAccess property: The state of security access.
      Returns:
      the securityEnabledAccess value.
    • proxyDnsName

      String proxyDnsName()
      Gets the proxyDnsName property: The fully qualified host name of the auditing proxy.
      Returns:
      the proxyDnsName value.
    • proxyPort

      String proxyPort()
      Gets the proxyPort property: The port number of the auditing proxy.
      Returns:
      the proxyPort value.
    • visibility

      String visibility()
      Gets the visibility property: The visibility of the auditing proxy.
      Returns:
      the visibility value.
    • useServerDefault

      String useServerDefault()
      Gets the useServerDefault property: Whether server default is enabled or disabled.
      Returns:
      the useServerDefault value.
    • redirectionState

      String redirectionState()
      Gets the redirectionState property: The state of proxy redirection.
      Returns:
      the redirectionState value.
    • state

      String state()
      Gets the state property: The connection policy state.
      Returns:
      the state value.
    • innerModel

      Gets the inner com.azure.resourcemanager.synapse.fluent.models.SqlPoolConnectionPolicyInner object.
      Returns:
      the inner object.