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
Sql |
innerModel()
Gets the inner com. |
| 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 proxy |
| abstract String |
proxyPort()
Gets the proxy |
| abstract String |
redirectionState()
Gets the redirection |
| abstract String |
securityEnabledAccess()
Gets the security |
| 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 use |
| 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:
innerModel
public abstract SqlPoolConnectionPolicyInner innerModel()
Gets the inner com.azure.resourcemanager.synapse.fluent.models.SqlPoolConnectionPolicyInner object.
Returns:
kind
public abstract String kind()
Gets the kind property: Resource kind.
Returns:
location
public abstract String location()
Gets the location property: Resource location.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
proxyDnsName
public abstract String proxyDnsName()
Gets the proxyDnsName property: The fully qualified host name of the auditing proxy.
Returns:
proxyPort
public abstract String proxyPort()
Gets the proxyPort property: The port number of the auditing proxy.
Returns:
redirectionState
public abstract String redirectionState()
Gets the redirectionState property: The state of proxy redirection.
Returns:
securityEnabledAccess
public abstract String securityEnabledAccess()
Gets the securityEnabledAccess property: The state of security access.
Returns:
state
public abstract String state()
Gets the state property: The connection policy state.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
useServerDefault
public abstract String useServerDefault()
Gets the useServerDefault property: Whether server default is enabled or disabled.
Returns:
visibility
public abstract String visibility()
Gets the visibility property: The visibility of the auditing proxy.
Returns: