Share via


SiteConfigurationSnapshotInfo Constructors

Definition

Overloads

SiteConfigurationSnapshotInfo()

Initializes a new instance of the SiteConfigurationSnapshotInfo class.

SiteConfigurationSnapshotInfo(String, String, String, String, Nullable<DateTime>, Nullable<Int32>)

Initializes a new instance of the SiteConfigurationSnapshotInfo class.

SiteConfigurationSnapshotInfo()

Initializes a new instance of the SiteConfigurationSnapshotInfo class.

public SiteConfigurationSnapshotInfo ();
Public Sub New ()

Applies to

SiteConfigurationSnapshotInfo(String, String, String, String, Nullable<DateTime>, Nullable<Int32>)

Initializes a new instance of the SiteConfigurationSnapshotInfo class.

public SiteConfigurationSnapshotInfo (string id = default, string name = default, string kind = default, string type = default, DateTime? time = default, int? snapshotId = default);
new Microsoft.Azure.Management.WebSites.Models.SiteConfigurationSnapshotInfo : string * string * string * string * Nullable<DateTime> * Nullable<int> -> Microsoft.Azure.Management.WebSites.Models.SiteConfigurationSnapshotInfo
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional time As Nullable(Of DateTime) = Nothing, Optional snapshotId As Nullable(Of Integer) = Nothing)

Parameters

id
String

Resource Id.

name
String

Resource Name.

kind
String

Kind of resource.

type
String

Resource type.

time
Nullable<DateTime>

The time the snapshot was taken.

snapshotId
Nullable<Int32>

The id of the snapshot

Applies to