dsc/ext/PsGallery/xAzurePack.1.4.0.0/DSCResources/MSFT_xAzurePackRelyingParty/MSFT_xAzurePackRelyingParty.schema.mof
[ClassVersion("1.0.0.0"), FriendlyName("xAzurePackRelyingParty")]
class MSFT_xAzurePackRelyingParty : OMI_BaseResource { [Key, Description("Specifies the target site."), ValueMap{"Admin","Tenant"}, Values{"Admin","Tenant"}] String Target; [Key, Description("Specifies a Fully Qualified Domain Name (FQDN).")] String FullyQualifiedDomainName; [Write, Description("Specifies a port number.")] Uint16 Port; [Required, EmbeddedInstance("MSFT_Credential"), Description("Credential to be used to perform the installation.")] String AzurePackAdminCredential; [Required, Description("Database server for the Azure Pack databases.")] String SQLServer; [Write, Description("Database instance for the Azure Pack databases.")] String SQLInstance; [Write, EmbeddedInstance("MSFT_Credential"), Description("SQL user to be used to create the database if the SetupCredential cannot be used.")] String dbUser; }; |