// Code generated by msgraph-generate.go DO NOT EDIT. package msgraph // MicrosoftStoreForBusinessPortalSelectionOptions undocumented type MicrosoftStoreForBusinessPortalSelectionOptions int const ( // MicrosoftStoreForBusinessPortalSelectionOptionsVNone undocumented MicrosoftStoreForBusinessPortalSelectionOptionsVNone MicrosoftStoreForBusinessPortalSelectionOptions = 0 // MicrosoftStoreForBusinessPortalSelectionOptionsVCompanyPortal undocumented MicrosoftStoreForBusinessPortalSelectionOptionsVCompanyPortal MicrosoftStoreForBusinessPortalSelectionOptions = 1 // MicrosoftStoreForBusinessPortalSelectionOptionsVPrivateStore undocumented MicrosoftStoreForBusinessPortalSelectionOptionsVPrivateStore MicrosoftStoreForBusinessPortalSelectionOptions = 2 ) // MicrosoftStoreForBusinessPortalSelectionOptionsPNone returns a pointer to MicrosoftStoreForBusinessPortalSelectionOptionsVNone func MicrosoftStoreForBusinessPortalSelectionOptionsPNone() *MicrosoftStoreForBusinessPortalSelectionOptions { v := MicrosoftStoreForBusinessPortalSelectionOptionsVNone return &v } // MicrosoftStoreForBusinessPortalSelectionOptionsPCompanyPortal returns a pointer to MicrosoftStoreForBusinessPortalSelectionOptionsVCompanyPortal func MicrosoftStoreForBusinessPortalSelectionOptionsPCompanyPortal() *MicrosoftStoreForBusinessPortalSelectionOptions { v := MicrosoftStoreForBusinessPortalSelectionOptionsVCompanyPortal return &v } // MicrosoftStoreForBusinessPortalSelectionOptionsPPrivateStore returns a pointer to MicrosoftStoreForBusinessPortalSelectionOptionsVPrivateStore func MicrosoftStoreForBusinessPortalSelectionOptionsPPrivateStore() *MicrosoftStoreForBusinessPortalSelectionOptions { v := MicrosoftStoreForBusinessPortalSelectionOptionsVPrivateStore return &v }