LocationCapabilitiesInner Constructors
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.
Overloads
LocationCapabilitiesInner() |
Initializes a new instance of the LocationCapabilitiesInner class. |
LocationCapabilitiesInner(String, Nullable<CapabilityStatus>, IList<ServerVersionCapability>) |
Initializes a new instance of the LocationCapabilitiesInner class. |
LocationCapabilitiesInner()
Initializes a new instance of the LocationCapabilitiesInner class.
public LocationCapabilitiesInner ();
Public Sub New ()
Applies to
LocationCapabilitiesInner(String, Nullable<CapabilityStatus>, IList<ServerVersionCapability>)
Initializes a new instance of the LocationCapabilitiesInner class.
public LocationCapabilitiesInner (string name = default, Microsoft.Azure.Management.Sql.Fluent.Models.CapabilityStatus? status = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Fluent.Models.ServerVersionCapability> supportedServerVersions = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.LocationCapabilitiesInner : string * Nullable<Microsoft.Azure.Management.Sql.Fluent.Models.CapabilityStatus> * System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Fluent.Models.ServerVersionCapability> -> Microsoft.Azure.Management.Sql.Fluent.Models.LocationCapabilitiesInner
Public Sub New (Optional name As String = Nothing, Optional status As Nullable(Of CapabilityStatus) = Nothing, Optional supportedServerVersions As IList(Of ServerVersionCapability) = Nothing)
Parameters
- name
- String
The location name.
- status
- Nullable<CapabilityStatus>
Azure SQL Database's status for the location. Possible values include: 'Visible', 'Available', 'Default', 'Disabled'
- supportedServerVersions
- IList<ServerVersionCapability>
The list of supported server versions.
Applies to
Azure SDK for .NET