SqlPoolConnectionPolicy Interface

public interface SqlPoolConnectionPolicy

An immutable client-side representation of SqlPoolConnectionPolicy.

Method Summary

Modifier and Type Method and Description
abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract SqlPoolConnectionPolicyInner innerModel()

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

abstract String kind()

Gets the kind property: Resource kind.

abstract String location()

Gets the location property: Resource location.

abstract String name()

Gets the name property: The name of the resource.

abstract String proxyDnsName()

Gets the proxyDnsName property: The fully qualified host name of the auditing proxy.

abstract String proxyPort()

Gets the proxyPort property: The port number of the auditing proxy.

abstract String redirectionState()

Gets the redirectionState property: The state of proxy redirection.

abstract String securityEnabledAccess()

Gets the securityEnabledAccess property: The state of security access.

abstract String state()

Gets the state property: The connection policy state.

abstract String type()

Gets the type property: The type of the resource.

abstract String useServerDefault()

Gets the useServerDefault property: Whether server default is enabled or disabled.

abstract String visibility()

Gets the visibility property: The visibility of the auditing proxy.

Method Details

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract SqlPoolConnectionPolicyInner innerModel()

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

Returns:

the inner object.

kind

public abstract String kind()

Gets the kind property: Resource kind.

Returns:

the kind value.

location

public abstract String location()

Gets the location property: Resource location.

Returns:

the location value.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

proxyDnsName

public abstract String proxyDnsName()

Gets the proxyDnsName property: The fully qualified host name of the auditing proxy.

Returns:

the proxyDnsName value.

proxyPort

public abstract String proxyPort()

Gets the proxyPort property: The port number of the auditing proxy.

Returns:

the proxyPort value.

redirectionState

public abstract String redirectionState()

Gets the redirectionState property: The state of proxy redirection.

Returns:

the redirectionState value.

securityEnabledAccess

public abstract String securityEnabledAccess()

Gets the securityEnabledAccess property: The state of security access.

Returns:

the securityEnabledAccess value.

state

public abstract String state()

Gets the state property: The connection policy state.

Returns:

the state value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

useServerDefault

public abstract String useServerDefault()

Gets the useServerDefault property: Whether server default is enabled or disabled.

Returns:

the useServerDefault value.

visibility

public abstract String visibility()

Gets the visibility property: The visibility of the auditing proxy.

Returns:

the visibility value.

Applies to