ServerConnectionPolicy Class

Definition

A server connection policy

[Microsoft.Rest.Serialization.JsonTransformation]
public class ServerConnectionPolicy : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ServerConnectionPolicy = class
    inherit ProxyResource
Public Class ServerConnectionPolicy
Inherits ProxyResource
Inheritance
ServerConnectionPolicy
Attributes

Constructors

ServerConnectionPolicy()

Initializes a new instance of the ServerConnectionPolicy class.

ServerConnectionPolicy(String, String, String, String, String, String)

Initializes a new instance of the ServerConnectionPolicy class.

Properties

ConnectionType

Gets or sets the server connection type. Possible values include: 'Default', 'Redirect', 'Proxy'

Id

Gets resource ID.

(Inherited from Resource)
Kind

Gets metadata used for the Azure portal experience.

Location

Gets resource location.

Name

Gets resource name.

(Inherited from Resource)
Type

Gets resource type.

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to