Udostępnij za pośrednictwem


GetCallbackUrlParameters Constructors

Definition

Overloads

GetCallbackUrlParameters()

Initializes a new instance of the GetCallbackUrlParameters class.

GetCallbackUrlParameters(Nullable<DateTime>, String)

Initializes a new instance of the GetCallbackUrlParameters class.

GetCallbackUrlParameters()

Initializes a new instance of the GetCallbackUrlParameters class.

public GetCallbackUrlParameters ();
Public Sub New ()

Applies to

GetCallbackUrlParameters(Nullable<DateTime>, String)

Initializes a new instance of the GetCallbackUrlParameters class.

public GetCallbackUrlParameters (DateTime? notAfter = default, string keyType = default);
new Microsoft.Azure.Management.Logic.Models.GetCallbackUrlParameters : Nullable<DateTime> * string -> Microsoft.Azure.Management.Logic.Models.GetCallbackUrlParameters
Public Sub New (Optional notAfter As Nullable(Of DateTime) = Nothing, Optional keyType As String = Nothing)

Parameters

notAfter
Nullable<DateTime>

The expiry time.

keyType
String

The key type. Possible values include: 'NotSpecified', 'Primary', 'Secondary'

Applies to