ServerPropertiesForCreate Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The properties used to create a new server.
public class ServerPropertiesForCreate
type ServerPropertiesForCreate = class
Public Class ServerPropertiesForCreate
- Inheritance
-
ServerPropertiesForCreate
- Derived
Constructors
ServerPropertiesForCreate() |
Initializes a new instance of the ServerPropertiesForCreate class. |
ServerPropertiesForCreate(String, Nullable<SslEnforcementEnum>, String, String, String, StorageProfile) |
Initializes a new instance of the ServerPropertiesForCreate class. |
Properties
InfrastructureEncryption |
Gets or sets status showing whether the server enabled infrastructure encryption. Possible values include: 'Enabled', 'Disabled' |
MinimalTlsVersion |
Gets or sets enforce a minimal Tls version for the server. Possible values include: 'TLS1_0', 'TLS1_1', 'TLS1_2', 'TLSEnforcementDisabled' |
PublicNetworkAccess |
Gets or sets whether or not public network access is allowed for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled'. Possible values include: 'Enabled', 'Disabled' |
SslEnforcement |
Gets or sets enable ssl enforcement or not when connect to server. Possible values include: 'Enabled', 'Disabled' |
StorageProfile |
Gets or sets storage profile of a server. |
Version |
Gets or sets server version. Possible values include: '5.6', '5.7', '8.0' |
Applies to
Azure SDK for .NET