DSCResources/AzureServiceBusCreation/AzureServiceBusCreation.schema.mof

 
[ClassVersion("1.0.0.0"), FriendlyName("AzureServiceBusCreation")]
class AzureServiceBusCreation : OMI_BaseResource
{
    [Key] String SubScriptionName;
    [Write, ValueMap{"Absent","Present"}, Values{"Absent","Present"}] String Ensure;
    [Key] String PublishSettingsFile;
    [Key] String SubscriptionID;
    [Key] String Location;
    [Key] String StorageAccount;
    [Key] String SBNameSpace;
};