GetCallbackUrlParameters 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
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
- keyType
- String
The key type. Possible values include: 'NotSpecified', 'Primary', 'Secondary'
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET