ArmConfluentModelFactory.MetadataEntity 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 MetadataEntity.
public static Azure.ResourceManager.Confluent.Models.MetadataEntity MetadataEntity (string self = default, string resourceName = default, DateTimeOffset? createdOn = default, DateTimeOffset? updatedOn = default, DateTimeOffset? deletedOn = default);
static member MetadataEntity : string * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> -> Azure.ResourceManager.Confluent.Models.MetadataEntity
Public Shared Function MetadataEntity (Optional self As String = Nothing, Optional resourceName As String = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional updatedOn As Nullable(Of DateTimeOffset) = Nothing, Optional deletedOn As Nullable(Of DateTimeOffset) = Nothing) As MetadataEntity
Parameters
- self
- String
Self lookup url.
- resourceName
- String
Resource name of the record.
- createdOn
- Nullable<DateTimeOffset>
Created Date Time.
- updatedOn
- Nullable<DateTimeOffset>
Updated Date time.
- deletedOn
- Nullable<DateTimeOffset>
Deleted Date time.
Returns
A new MetadataEntity instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET