ArmCertificateRegistrationModelFactory.DiagnosticDataset 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.
Set of data with rendering instructions.
public static Azure.ResourceManager.CertificateRegistration.Models.DiagnosticDataset DiagnosticDataset(Azure.ResourceManager.CertificateRegistration.Models.DiagnosticDataTableObject table = default, Azure.ResourceManager.CertificateRegistration.Models.DiagnosticDataRendering renderingProperties = default);
static member DiagnosticDataset : Azure.ResourceManager.CertificateRegistration.Models.DiagnosticDataTableObject * Azure.ResourceManager.CertificateRegistration.Models.DiagnosticDataRendering -> Azure.ResourceManager.CertificateRegistration.Models.DiagnosticDataset
Public Shared Function DiagnosticDataset (Optional table As DiagnosticDataTableObject = Nothing, Optional renderingProperties As DiagnosticDataRendering = Nothing) As DiagnosticDataset
Parameters
Data in table form.
- renderingProperties
- DiagnosticDataRendering
Properties that describe how the table should be rendered.
Returns
A new DiagnosticDataset instance for mocking.