ArmCertificateRegistrationModelFactory.DiagnosticDataRendering 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.
Instructions for rendering the data.
public static Azure.ResourceManager.CertificateRegistration.Models.DiagnosticDataRendering DiagnosticDataRendering(Azure.ResourceManager.CertificateRegistration.Models.DiagnosticDataRenderingType? type = default, string title = default, string description = default);
static member DiagnosticDataRendering : Nullable<Azure.ResourceManager.CertificateRegistration.Models.DiagnosticDataRenderingType> * string * string -> Azure.ResourceManager.CertificateRegistration.Models.DiagnosticDataRendering
Public Shared Function DiagnosticDataRendering (Optional type As Nullable(Of DiagnosticDataRenderingType) = Nothing, Optional title As String = Nothing, Optional description As String = Nothing) As DiagnosticDataRendering
Parameters
Rendering Type.
- title
- String
Title of data.
- description
- String
Description of the data that will help it be interpreted.
Returns
A new DiagnosticDataRendering instance for mocking.