DSCResources/MicrosoftAzure_xSqlTsqlEndpoint/MicrosoftAzure_xSqlTsqlEndpoint.schema.mof
#pragma namespace("\\\\.\\root\\microsoft\\windows\\DesiredStateConfiguration")
[ClassVersion("1.0.0"), FriendlyName("xSqlTsqlEndpoint")] class MicrosoftAzure_xSqlTsqlEndpoint : OMI_BaseResource { [key, Description("The name of the SQL Server instance.")] string InstanceName; [write, Description("Port number of the endpoint.")] uint32 PortNumber; [required, EmbeddedInstance("MSFT_Credential"), Description("Credentials for a user that is a member of the sysadmin role.")] string SqlAdministratorCredential; }; |