ArmMapsModelFactory.MapsAccountKeys Method
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.
Initializes a new instance of MapsAccountKeys.
public static Azure.ResourceManager.Maps.Models.MapsAccountKeys MapsAccountKeys (DateTimeOffset? primaryKeyLastUpdatedOn = default, string primaryKey = default, string secondaryKey = default, DateTimeOffset? secondaryKeyLastUpdatedOn = default);
static member MapsAccountKeys : Nullable<DateTimeOffset> * string * string * Nullable<DateTimeOffset> -> Azure.ResourceManager.Maps.Models.MapsAccountKeys
Public Shared Function MapsAccountKeys (Optional primaryKeyLastUpdatedOn As Nullable(Of DateTimeOffset) = Nothing, Optional primaryKey As String = Nothing, Optional secondaryKey As String = Nothing, Optional secondaryKeyLastUpdatedOn As Nullable(Of DateTimeOffset) = Nothing) As MapsAccountKeys
Parameters
- primaryKeyLastUpdatedOn
- Nullable<DateTimeOffset>
The last updated date and time of the primary key.
- primaryKey
- String
The primary key for accessing the Maps REST APIs.
- secondaryKey
- String
The secondary key for accessing the Maps REST APIs.
- secondaryKeyLastUpdatedOn
- Nullable<DateTimeOffset>
The last updated date and time of the secondary key.
Returns
A new MapsAccountKeys instance for mocking.
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET