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

Parameters

id
String
name
String
type
String
kind
String

Kind of resource.

time
Nullable<DateTime>

The time the snapshot was taken.

snapshotId
Nullable<Int32>

The id of the snapshot

Applies to