DeletedServer 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
DeletedServer() |
Initializes a new instance of the DeletedServer class. |
DeletedServer(String, String, String, String, Nullable<DateTime>, String, String) |
Initializes a new instance of the DeletedServer class. |
DeletedServer()
Initializes a new instance of the DeletedServer class.
public DeletedServer ();
Public Sub New ()
Applies to
DeletedServer(String, String, String, String, Nullable<DateTime>, String, String)
Initializes a new instance of the DeletedServer class.
public DeletedServer (string id = default, string name = default, string type = default, string version = default, DateTime? deletionTime = default, string originalId = default, string fullyQualifiedDomainName = default);
new Microsoft.Azure.Management.Sql.Models.DeletedServer : string * string * string * string * Nullable<DateTime> * string * string -> Microsoft.Azure.Management.Sql.Models.DeletedServer
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional version As String = Nothing, Optional deletionTime As Nullable(Of DateTime) = Nothing, Optional originalId As String = Nothing, Optional fullyQualifiedDomainName As String = Nothing)
Parameters
- id
- String
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
- version
- String
The version of the deleted server.
- originalId
- String
The original ID of the server before deletion.
- fullyQualifiedDomainName
- String
The fully qualified domain name of the server.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET