ArmConfluentModelFactory.SCMetadataEntity 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 SCMetadataEntity.
public static Azure.ResourceManager.Confluent.Models.SCMetadataEntity SCMetadataEntity (string self = default, string resourceName = default, DateTimeOffset? createdOn = default, DateTimeOffset? updatedOn = default, DateTimeOffset? deletedOn = default);
static member SCMetadataEntity : string * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> -> Azure.ResourceManager.Confluent.Models.SCMetadataEntity
Public Shared Function SCMetadataEntity (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 SCMetadataEntity
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 SCMetadataEntity 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