Udostępnij za pośrednictwem


Snapshot Konstruktory

Definicja

Przeciążenia

Snapshot()

Inicjuje nowe wystąpienie klasy Snapshot.

Snapshot(String, String, String, String, String)

Inicjuje nowe wystąpienie klasy Snapshot.

Snapshot()

Inicjuje nowe wystąpienie klasy Snapshot.

public Snapshot ();
Public Sub New ()

Dotyczy

Snapshot(String, String, String, String, String)

Inicjuje nowe wystąpienie klasy Snapshot.

public Snapshot (string id = default, string name = default, string type = default, string kind = default, string time = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.Snapshot : string * string * string * string * string -> Microsoft.Azure.Management.AppService.Fluent.Models.Snapshot
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 String = Nothing)

Parametry

id
String
name
String
type
String
kind
String

Rodzaj zasobu.

time
String

Godzina wykonania migawki.

Dotyczy